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