From 224e07ec228deabb631626dbc1a6cb6581be298f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 10:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/DatabasesProviders.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Database/DatabasesProviders.php b/Database/DatabasesProviders.php index a1730eb3..e2465da3 100644 --- a/Database/DatabasesProviders.php +++ b/Database/DatabasesProviders.php @@ -77,6 +77,7 @@ class DatabasesProviders extends Providers } $application = Snowflake::app(); foreach ($databases as $name => $database) { + var_dump($database['cds']); /** @var Connection $connection */ $connection = $application->set('databases.' . $name, [ 'class' => Connection::class,