1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 23: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

@ -57,6 +57,6 @@ class Migrate extends MigrateCommand
parent::handle();
event(new DatabaseMigrated($tenant));
});
}, $this->withPending());
}
}