@@ -118,7 +118,7 @@ |
||
118 | 118 | $targets = [$targets]; |
119 | 119 | } |
120 | 120 | |
121 | - $result->ids = array_map(function ($target) use ($result) { |
|
121 | + $result->ids = array_map(function($target) use ($result) { |
|
122 | 122 | if ($target instanceof Model) { |
123 | 123 | $result->classname = get_class($target); |
124 | 124 |