Skip to content

Commit e48f15d

Browse files
authored
Merge pull request #637 from codeigniter4/docs-remove-load-auth-helper
docs: no need to load `auth_helper`
2 parents 1d78a56 + c4f2203 commit e48f15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public $defaultAuthenticator = 'session';
5151

5252
The auth functionality is designed to be used with the `auth_helper` that comes with Shield. This
5353
helper method provides the `auth()` command which returns a convenient interface to the most frequently
54-
used functionality within the auth libraries. This must be loaded before it can be used.
54+
used functionality within the auth libraries.
5555

5656
```php
5757
// get the current user

0 commit comments

Comments
 (0)