@@ -94,7 +94,7 @@ |
||
| 94 | 94 | |
| 95 | 95 | $middleware = $controller->getMiddleware(); |
| 96 | 96 | |
| 97 | - return collect($middleware)->reject(function ($data) use ($method) { |
|
| 97 | + return collect($middleware)->reject(function($data) use ($method) { |
|
| 98 | 98 | return static::methodExcludedByOptions($method, $data['options']); |
| 99 | 99 | })->pluck('middleware')->all(); |
| 100 | 100 | } |