diff --git a/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php b/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php index 9930d9052d8b..c081942d9024 100644 --- a/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php +++ b/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php @@ -105,6 +105,7 @@ public function authorizeResource($model, $parameter = null, array $options = [] protected function resourceAbilityMap() { return [ + 'index' => 'viewAny', 'show' => 'view', 'create' => 'create', 'store' => 'create',