Skip to content

Commit cd757a2

Browse files
committed
docs: move note up
To stand it out.
1 parent 4f7d592 commit cd757a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/references/controller_filters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Provided Filters
44

5+
> **Note**
6+
> These filters are already loaded for you by the registrar class located at **src/Config/Registrar.php**.
7+
58
The [Controller Filters](https://codeigniter.com/user_guide/incoming/filters.html) you can use to protect your routes Shield provides are:
69

710
```php
@@ -33,9 +36,6 @@ public $aliases = [
3336

3437
These can be used in any of the [normal filter config settings](https://codeigniter.com/user_guide/incoming/filters.html#globals), or [within the routes file](https://codeigniter.com/user_guide/incoming/routing.html#applying-filters).
3538

36-
> **Note**
37-
> These filters are already loaded for you by the registrar class located at **src/Config/Registrar.php**.
38-
3939
## Configure Controller Filters
4040

4141
### Protect All Pages

0 commit comments

Comments
 (0)