Skip to content

Commit

Permalink
Merge pull request #28 from MGatner/develop
Browse files Browse the repository at this point in the history
Fix link formatting in README
  • Loading branch information
lonnieezell authored Mar 18, 2019
2 parents d5a8129 + a3c731d commit 80781ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ or modify it as needed.
## Restricting by Route

If you specify each of your routes within the `application/Config/Routes.php` file, you can restrict access
to users by group/role or permission with []Controller Filters](https://bcit-ci.github.io/CodeIgniter4/general/filters.html).
to users by group/role or permission with [Controller Filters](https://bcit-ci.github.io/CodeIgniter4/general/filters.html).

First, edit `application/Config/Filters.php` and add the following `role` and `permission` entries to the
`aliases` property::
Expand Down

0 comments on commit 80781ab

Please sign in to comment.