mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
Remove comment
This commit is contained in:
parent
cdf174c6c6
commit
50cf677034
1 changed files with 0 additions and 2 deletions
|
|
@ -53,8 +53,6 @@ class Migrate extends MigrateCommand
|
||||||
tenancy()->all($this->option('tenants'))->each(function ($tenant) {
|
tenancy()->all($this->option('tenants'))->each(function ($tenant) {
|
||||||
$this->line("Tenant: {$tenant['id']}");
|
$this->line("Tenant: {$tenant['id']}");
|
||||||
|
|
||||||
// See Illuminate\Database\Migrations\DatabaseMigrationRepository::getConnection.
|
|
||||||
// Database connections are cached by Illuminate\Database\ConnectionResolver.
|
|
||||||
$this->input->setOption('database', 'tenant');
|
$this->input->setOption('database', 'tenant');
|
||||||
tenancy()->initialize($tenant);
|
tenancy()->initialize($tenant);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue