Skip to content

Commit d35ce2c

Browse files
committed
Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel
2 parents 949c62a + 49d9c26 commit d35ce2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storage/FluentStorageServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function registerInterfaceBindings()
110110
*/
111111
public function getConnectionName()
112112
{
113-
return ($this->app['config']->get('oauth2-server-laravel::oauth2.database') !== 'default') ? $this->app['config']->get('oauth2-server-laravel::oauth2.database') : null;
113+
return ($this->app['config']->get('oauth2.database') !== 'default') ? $this->app['config']->get('oauth2.database') : null;
114114
}
115115
}
116-
116+

0 commit comments

Comments
 (0)