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.
2 parents ff45ee6 + 8c99e19 commit 070d363Copy full SHA for 070d363
src/Storage/FluentStorageServiceProvider.php
@@ -11,7 +11,7 @@
11
12
namespace LucaDegasperi\OAuth2Server\Storage;
13
14
-use Illuminate\Contracts\Foundation\Application;
+use Illuminate\Contracts\Container\Container as Application;
15
use Illuminate\Support\ServiceProvider;
16
use League\OAuth2\Server\Storage\AccessTokenInterface;
17
use League\OAuth2\Server\Storage\AuthCodeInterface;
tests/functional/bootstrap/FeatureContext.php
@@ -127,7 +127,7 @@ protected function getPackageProviders()
127
/**
128
* Define environment setup.
129
*
130
- * @param \Illuminate\Foundation\Application $app
+ * @param \Illuminate\Contracts\Container\Container $app
131
132
* @return void
133
*/
0 commit comments