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 0ccb17c commit ffda738Copy full SHA for ffda738
src/ServiceProvider.php
@@ -13,7 +13,7 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
13
*/
14
public function register()
15
{
16
- //
+ $this->mergeConfigFrom(__DIR__ . '/../config/sqd.php', 'sqd');
17
}
18
19
/**
0 commit comments