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 11f671b commit 0c9ed6dCopy full SHA for 0c9ed6d
src/LucaDegasperi/OAuth2Server/Commands/ExpiredTokensCommand.php
@@ -3,7 +3,7 @@
3
use Illuminate\Console\Command;
4
use Symfony\Component\Console\Input\InputOption;
5
use Symfony\Component\Console\Input\InputArgument;
6
-use LucaDegasperi\Repositories\SessionManagementInterface;
+use LucaDegasperi\OAuth2Server\Repositories\SessionManagementInterface;
7
8
class ExpiredTokensCommand extends Command
9
{
src/LucaDegasperi/OAuth2Server/OAuth2ServerServiceProvider.php
@@ -88,7 +88,7 @@ public function register()
88
89
});
90
91
- $app['oauth2.expired-tokens-command'] = $app->share(function($app)
+ $app['oauth2.expired-tokens-command'] = $app->share(function ($app)
92
93
return $app->make('LucaDegasperi\OAuth2Server\Commands\ExpiredTokensCommand');
94
0 commit comments