From 50cf677034c37348e65e542d8defe2bb2535395f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 29 Sep 2019 12:01:40 +0200 Subject: [PATCH] Remove comment --- src/Commands/Migrate.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Commands/Migrate.php b/src/Commands/Migrate.php index b32a5f16..b8dc5fa9 100644 --- a/src/Commands/Migrate.php +++ b/src/Commands/Migrate.php @@ -53,8 +53,6 @@ class Migrate extends MigrateCommand tenancy()->all($this->option('tenants'))->each(function ($tenant) { $this->line("Tenant: {$tenant['id']}"); - // See Illuminate\Database\Migrations\DatabaseMigrationRepository::getConnection. - // Database connections are cached by Illuminate\Database\ConnectionResolver. $this->input->setOption('database', 'tenant'); tenancy()->initialize($tenant);