Skip to content

Commit

Permalink
Merge pull request #1040 from szbence7/patch-1
Browse files Browse the repository at this point in the history
Update Permissions.md
  • Loading branch information
flohdez authored Feb 5, 2024
2 parents 16726c0 + 34988ab commit c7df623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Documentation/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return [
//...... all other rules
[
'controller' => 'Pages',
'action' => ['home', 'contact', 'projects']
'action' => ['home', 'contact', 'projects'],
'bypassAuth' => true,
],
],
Expand Down

0 comments on commit c7df623

Please sign in to comment.