@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function apply($model, PrettusRepositoryInterface $repository) |
23 | 23 | { |
24 | - return $model->whereHas('roles', function ($q) { |
|
24 | + return $model->whereHas('roles', function($q) { |
|
25 | 25 | $q->where('name', 'admin'); |
26 | 26 | }); |
27 | 27 | } |