From c4f2203ff2c4d3323e32e1942f20c39c36582a48 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Wed, 15 Feb 2023 06:30:13 +0330 Subject: [PATCH] docs: no need to load `auth_helper` --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 933335f33..9d5f505c5 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -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