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 949c62a + 49d9c26 commit d35ce2cCopy full SHA for d35ce2c
src/Storage/FluentStorageServiceProvider.php
@@ -110,7 +110,7 @@ public function registerInterfaceBindings()
110
*/
111
public function getConnectionName()
112
{
113
- return ($this->app['config']->get('oauth2-server-laravel::oauth2.database') !== 'default') ? $this->app['config']->get('oauth2-server-laravel::oauth2.database') : null;
+ return ($this->app['config']->get('oauth2.database') !== 'default') ? $this->app['config']->get('oauth2.database') : null;
114
}
115
116
-
+
0 commit comments