Skip to content

Commit 84f774a

Browse files
committed
Fix service provider.
1 parent dad4a0d commit 84f774a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DeviceAuthServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ protected function registerAuthManager()
7474
$config = config('device', []);
7575

7676
return new AuthManager(
77-
$app->make(Encrypter::class),
7877
$app->make(Session::class),
7978
$app->make(FingerprinterContract::class),
8079
$config

0 commit comments

Comments
 (0)