Test Failed
Push — master ( 8f6a4a...cf4d42 )
by Greg
02:38
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
             $schema_builder = $connection->getSchemaBuilder();
34 34
 
35 35
             // Use our own version of Blueprint
36
-            $schema_builder->blueprintResolver(function ($table, $callback, $prefix) {
36
+            $schema_builder->blueprintResolver(function($table, $callback, $prefix) {
37 37
                 return new Blueprint($table, $callback, $prefix);
38 38
             });
39 39
 
Please login to merge, or discard this patch.