1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00
This commit is contained in:
Samuel Štancl 2019-02-26 22:53:15 +01:00
parent e46af3676f
commit be7e64af93
2 changed files with 13 additions and 5 deletions

View file

@ -49,8 +49,6 @@ class Migrate extends MigrateCommand
$this->input->setOption('database', 'tenant');
dd($this->option('tenants'));
tenant()->all($this->option('tenants'))->each(function ($tenant) {
$this->line("Tenant: {$tenant['uuid']} ({$tenant['domain']})");
$this->database->connectToTenant($tenant);