@@ -78,7 +78,7 @@ |
||
78 | 78 | */ |
79 | 79 | protected function hasOneOrManyDeepThroughParents(array $through) |
80 | 80 | { |
81 | - return array_map(function ($class) { |
|
81 | + return array_map(function($class) { |
|
82 | 82 | $segments = preg_split('/\s+(as|from)\s+/i', $class, -1, PREG_SPLIT_DELIM_CAPTURE); |
83 | 83 | |
84 | 84 | $instance = $this->newRelatedDeepThroughInstance($segments[0]); |