Completed
Push — master ( 48e5a7...15dd0b )
by Jonas
03:00
created
src/HasRelationships.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      */
93 93
     protected function hasOneOrManyDeepThroughParents(array $through)
94 94
     {
95
-        return array_map(function ($class) {
95
+        return array_map(function($class) {
96 96
             $segments = preg_split('/\s+as\s+/i', $class);
97 97
 
98 98
             $instance = Str::contains($segments[0], '\\')
Please login to merge, or discard this patch.