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 eca4428 commit a4bb720Copy full SHA for a4bb720
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