Skip to content

Commit baec682

Browse files
author
Alex
committed
Additional auth-example
1 parent 16bded1 commit baec682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ First you have to install auth-helper:
6767
namespace App;
6868

6969
use Generator;
70-
use Ollyxar\LaravelAuth\RedisAuth;
70+
use Ollyxar\LaravelAuth\FileAuth;
71+
// or you can use RedisAuth if you're storing sessions in the Redis-server:
72+
// use Ollyxar\LaravelAuth\RedisAuth;
7173
use Ollyxar\WebSockets\{
7274
Frame,
7375
Handler as Worker,

0 commit comments

Comments
 (0)