Completed
Push — master ( b41b74...318069 )
by Oscar
01:33
created
demo/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 $dispatcher = new Dispatcher([
14 14
     new Emitter(),
15 15
 
16
-    function ($request) {
16
+    function($request) {
17 17
         $admin = new Demo\Admin(__DIR__, new Uri('http://localhost:8888'));
18 18
         return $admin->handle($request);
19 19
     }
Please login to merge, or discard this patch.
src/Entities/SimpleCrud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
             }
204 204
 
205 205
             if (in_array($name, $tables)) {
206
-                $relations[$name] = (array) $value;
206
+                $relations[$name] = (array)$value;
207 207
             }
208 208
         }
209 209
 
Please login to merge, or discard this patch.