We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4a0d commit 84f774aCopy full SHA for 84f774a
src/DeviceAuthServiceProvider.php
@@ -74,7 +74,6 @@ protected function registerAuthManager()
74
$config = config('device', []);
75
76
return new AuthManager(
77
- $app->make(Encrypter::class),
78
$app->make(Session::class),
79
$app->make(FingerprinterContract::class),
80
$config
0 commit comments