Completed
Push — master ( cbfed7...c39fb6 )
by Rafael
05:06
created
src/Schema/SchemaCompiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
         $config = [
70 70
             'types' => Types::all(),
71
-            'typeLoader' => function ($name) {
71
+            'typeLoader' => function($name) {
72 72
                 return Types::get($name);
73 73
             },
74 74
         ];
Please login to merge, or discard this patch.