Skip to content

Commit

Permalink
docs: improve sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 3, 2022
1 parent a77d351 commit c318f1a
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 c318f1a

Please sign in to comment.