Skip to content

Commit

Permalink
Merge pull request #202 from kenjis/fix-install.md
Browse files Browse the repository at this point in the history
docs: improve sample code in `0 - install.md`
  • Loading branch information
lonnieezell authored Jun 3, 2022
2 parents ed439e6 + c318f1a commit c66012f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/0 - install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
//
// ...
}
```

Expand Down

0 comments on commit c66012f

Please sign in to comment.