@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function register() |
16 | 16 | { |
17 | - $this->app->singleton('db.factory', function ($app) { |
|
17 | + $this->app->singleton('db.factory', function($app) { |
|
18 | 18 | return new ConnectionFactory($app); |
19 | 19 | }); |
20 | 20 | } |