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 a78b4e6 commit c7ecc0bCopy full SHA for c7ecc0b
src/Support/Migration.php
@@ -29,7 +29,7 @@ abstract class Migration extends BaseMigration
29
*/
30
public function __construct()
31
{
32
- $this->connectionName = (Config::get('oauth2-server-laravel::oauth2.database') !== 'default') ? Config::get('oauth2-server-laravel::oauth2.database') : null;
+ $this->connectionName = (Config::get('oauth2.database') !== 'default') ? Config::get('oauth2.database') : null;
33
}
34
35
public function schema()
0 commit comments