Skip to content

Commit

Permalink
fixinf gate (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Wojczal <mateuszwojczal@Mateuszs-MacBook-Pro.local>
  • Loading branch information
qunabu and Mateusz Wojczal authored Jan 25, 2022
1 parent 7472398 commit 9cd133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Requests/ContentListRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ContentListRequest extends FormRequest
{
public function authorize(): bool
{
return true;//Gate::allows('list', H5PContent::class);
return Gate::allows('list', H5PContent::class);
}

public function rules(): array
Expand Down

0 comments on commit 9cd133e

Please sign in to comment.