Skip to content

Commit d4b5e58

Browse files
committed
docs: replace command with function
Because it is a PHP user function.
1 parent 917bade commit d4b5e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication.md

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

5252
The auth functionality is designed to be used with the `auth_helper` that comes with Shield. This
53-
helper method provides the `auth()` command which returns a convenient interface to the most frequently
53+
helper method provides the `auth()` function which returns a convenient interface to the most frequently
5454
used functionality within the auth libraries.
5555

5656
```php

0 commit comments

Comments
 (0)