1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-23 19:34:05 +00:00

runForMultiple can scope pending tenants

This commit is contained in:
j.stein 2022-02-12 15:30:50 +01:00
parent b73d047a39
commit 0a37eb487a
9 changed files with 47 additions and 11 deletions

View file

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