Skip to content

Commit 0a0acd9

Browse files
committed
Apply fixes from StyleCI
1 parent d5aceb8 commit 0a0acd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Connectors/MySqlConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function connect(array $config)
2323
// connection's behavior, and some might be specified by the developers.
2424
$connection = $this->createConnection($dsn, $config, $options);
2525

26-
if (! empty($config['database']) &&
26+
if (! empty($config['database']) &&
2727
(! isset($config['use_db_after_connecting']) ||
2828
$config['use_db_after_connecting'])) {
2929
$connection->exec("use `{$config['database']}`;");

0 commit comments

Comments
 (0)