mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
bfd2669fda
commit
5f3e97617f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class Migrate extends MigrateCommand
|
|||
|
||||
foreach ($this->option('tenants') as $tenant) {
|
||||
try {
|
||||
tenancy()->find($tenant)->run(function($tenant) {
|
||||
tenancy()->find($tenant)->run(function ($tenant) {
|
||||
$this->line("Tenant: {$tenant->getTenantKey()}");
|
||||
|
||||
event(new MigratingDatabase($tenant));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue