Completed
Push — master ( be3875...a0b548 )
by David
01:59
created
tests/Unit/FieldHelperTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
         $item = new Post();
22 22
 
23
-        $config = require __DIR__ . '/../../config/crudapi.php';
23
+        $config = require __DIR__.'/../../config/crudapi.php';
24 24
 
25 25
         $primary_field = $fieldHelper->getPrimaryField($item, $config);
26 26
 
Please login to merge, or discard this patch.