Skip to content

Commit 49d9c26

Browse files
committed
Merge pull request #297 from StarpTech/patch-1
L5 - New configuration scheme
2 parents eca4428 + a4bb720 commit 49d9c26

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)