@@ -14,7 +14,7 @@ |
||
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 | ); |