diff --git a/docs/0 - install.md b/docs/0 - install.md index 4bcd16815..b2b65a087 100644 --- a/docs/0 - install.md +++ b/docs/0 - install.md @@ -29,14 +29,12 @@ your project. namespace Config; -use CodeIgniter\Config\BaseConfig; -use CodeIgniter\Shield\Authentication\Authenticators\AccessTokens; -use CodeIgniter\Shield\Authentication\Authenticators\Session; +// ... use CodeIgniter\Shield\Config\Auth as ShieldAuth; class Auth extends ShieldAuth { - // + // ... } ```