Passed
Push — master ( 97ef98...eec7f9 )
by Jonas
14:05 queued 01:16
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(Schema::class, function ($app) {
17
+        $this->app->bind(Schema::class, function($app) {
18 18
             return Schema::getSchemaBuilder(
19 19
                 $app['db']->connection()
20 20
             );
Please login to merge, or discard this patch.