Skip to content

Commit c318f1a

Browse files
committed
docs: improve sample code
1 parent a77d351 commit c318f1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/0 - install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ your project.
2929

3030
namespace Config;
3131

32-
use CodeIgniter\Config\BaseConfig;
33-
use CodeIgniter\Shield\Authentication\Authenticators\AccessTokens;
34-
use CodeIgniter\Shield\Authentication\Authenticators\Session;
32+
// ...
3533
use CodeIgniter\Shield\Config\Auth as ShieldAuth;
3634

3735
class Auth extends ShieldAuth
3836
{
39-
//
37+
// ...
4038
}
4139
```
4240

0 commit comments

Comments
 (0)