@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $schema_builder = $connection->getSchemaBuilder(); |
| 34 | 34 | |
| 35 | 35 | // Use our own version of Blueprint |
| 36 | - $schema_builder->blueprintResolver(function (...$args) { |
|
| 36 | + $schema_builder->blueprintResolver(function(...$args) { |
|
| 37 | 37 | return new Blueprint(...$args); |
| 38 | 38 | }); |
| 39 | 39 | |