@@ -28,7 +28,7 @@ |
||
| 28 | 28 | $parentBuilder = parent::getSchemaBuilder(); |
| 29 | 29 | |
| 30 | 30 | // add a blueprint resolver closure that returns the custom blueprint |
| 31 | - $parentBuilder->blueprintResolver(function ($table, $callback) { |
|
| 31 | + $parentBuilder->blueprintResolver(function($table, $callback) { |
|
| 32 | 32 | return new Blueprint($table, $callback); |
| 33 | 33 | }); |
| 34 | 34 | |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | $parentBuilder = parent::getSchemaBuilder(); |
| 29 | 29 | |
| 30 | 30 | // add a blueprint resolver closure that returns the custom blueprint |
| 31 | - $parentBuilder->blueprintResolver(function ($table, $callback) { |
|
| 31 | + $parentBuilder->blueprintResolver(function($table, $callback) { |
|
| 32 | 32 | return new Blueprint($table, $callback); |
| 33 | 33 | }); |
| 34 | 34 | |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | $parentBuilder = parent::getSchemaBuilder(); |
| 29 | 29 | |
| 30 | 30 | // add a blueprint resolver closure that returns the custom blueprint |
| 31 | - $parentBuilder->blueprintResolver(function ($table, $callback) { |
|
| 31 | + $parentBuilder->blueprintResolver(function($table, $callback) { |
|
| 32 | 32 | return new Blueprint($table, $callback); |
| 33 | 33 | }); |
| 34 | 34 | |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | $parentBuilder = parent::getSchemaBuilder(); |
| 29 | 29 | |
| 30 | 30 | // add a blueprint resolver closure that returns the custom blueprint |
| 31 | - $parentBuilder->blueprintResolver(function ($table, $callback) { |
|
| 31 | + $parentBuilder->blueprintResolver(function($table, $callback) { |
|
| 32 | 32 | return new Blueprint($table, $callback); |
| 33 | 33 | }); |
| 34 | 34 | |