Skip to content

Commit a4bb720

Browse files
committed
L5 - New configuration scheme
The old format throws an error..
1 parent eca4428 commit a4bb720

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)