Passed
Pull Request — master (#19)
by
unknown
15:16 queued 05:08
created
src/DatabaseServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.