1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 08:24:03 +00:00
This commit is contained in:
Samuel Štancl 2022-06-01 15:12:52 +02:00
commit 1e75221e12
26 changed files with 680 additions and 14 deletions

View file

@ -66,6 +66,6 @@ class Rollback extends RollbackCommand
parent::handle();
event(new DatabaseRolledBack($tenant));
});
}, $this->withPending());
}
}