Completed
Push — master ( fd9f50...d3a0f4 )
by
unknown
02:03
created
src/Helper/RelationshipPropertyExtractor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
      */
123 123
     protected static function isAllowedEloquentModelFunction($name)
124 124
     {
125
-         return false === in_array($name, self::$forbiddenFunction, true);
125
+            return false === in_array($name, self::$forbiddenFunction, true);
126 126
     }
127 127
 
128 128
     /**
Please login to merge, or discard this patch.