Passed
Push — master ( 92775c...cc4de3 )
by Jonas
21:03 queued 09:40
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->bind('db.schema', function ($app) {
17
+        $this->app->bind('db.schema', function($app) {
18 18
             return Schema::getSchemaBuilder(
19 19
                 $app['db']->connection()
20 20
             );
Please login to merge, or discard this patch.