Completed
Push — master ( 7486f5...da6b7c )
by David
02:28
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__ . '/../../src/config/crudapi.php';
23
+        $config = require __DIR__.'/../../src/config/crudapi.php';
24 24
 
25 25
         $primary_field = $fieldHelper->getPrimaryField($item, $config);
26 26
 
Please login to merge, or discard this patch.