Test Failed
Push — master ( e07ba9...3f1722 )
by Lyal
02:08
created
src/Traits/HasAttributes.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,8 +93,8 @@
 block discarded – undo
93 93
 
94 94
         return
95 95
             $field === 'include'
96
-            || in_array(str_singular($field) . '_id', $this->getFields(), false)
97
-            || in_array(str_singular($field) . '_ids', $this->getFields(), false)
96
+            || in_array(str_singular($field).'_id', $this->getFields(), false)
97
+            || in_array(str_singular($field).'_ids', $this->getFields(), false)
98 98
             || in_array($field, $this->getFields(), false)
99 99
             || in_array($field, $this->getHidden(), false);
100 100
     }
Please login to merge, or discard this patch.