Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public $defaultAuthenticator = 'session';

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

```php
// get the current user
Expand Down