Completed
Push — master ( d78e47...2fc3bb )
by David
01:50
created
src/Helpers/Model.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,8 @@
 block discarded – undo
48 48
 
49 49
         // Test conventional namespace model combinations
50 50
         $conventions = [
51
-            $this->crudApi->namespace . $model,
52
-            $this->crudApi->namespace . 'Models\\' . $model
51
+            $this->crudApi->namespace.$model,
52
+            $this->crudApi->namespace.'Models\\'.$model
53 53
         ];
54 54
 
55 55
         foreach ($conventions as $fqModel) {
Please login to merge, or discard this patch.