@@ -192,8 +192,8 @@ |
||
192 | 192 | |
193 | 193 | $followed = UserFollower::where('follower_id', $this->getKey())->get(); |
194 | 194 | |
195 | - $followables->map(function ($followable) use ($followed, $resolver) { |
|
196 | - $resolver = $resolver ?? fn ($m) => $m; |
|
195 | + $followables->map(function($followable) use ($followed, $resolver) { |
|
196 | + $resolver = $resolver ?? fn($m) => $m; |
|
197 | 197 | $followable = $resolver($followable); |
198 | 198 | |
199 | 199 | if ($followable && \in_array(Followable::class, \class_uses($followable))) { |