@@ -35,7 +35,7 @@ |
||
35 | 35 | * Check if the user is authorized to perform a given action on a resource. |
36 | 36 | * |
37 | 37 | * @param \Illuminate\Http\Request $request |
38 | - * @param array $resource |
|
38 | + * @param string $resource |
|
39 | 39 | * @param mixed|array $arguments |
40 | 40 | * @return boolean |
41 | 41 | * @see https://lumen.laravel.com/docs/authorization |