@@ -27,7 +27,7 @@ |
||
27 | 27 | */ |
28 | 28 | public function register() |
29 | 29 | { |
30 | - Connection::resolverFor('mysql', function ($connection, $database, $prefix, $config) { |
|
30 | + Connection::resolverFor('mysql', function($connection, $database, $prefix, $config) { |
|
31 | 31 | return new MySqlConnection($connection, $database, $prefix, $config); |
32 | 32 | }); |
33 | 33 | } |