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 572a4b0 commit 5f0d805Copy full SHA for 5f0d805
src/ServiceProvider.php
@@ -17,7 +17,7 @@ public function boot()
17
]);
18
}
19
20
- $this->mergeConfigFrom(__DIR__.'/../config/sqlite-functions.php');
+ $this->mergeConfigFrom(__DIR__.'/../config/sqlite-functions.php', 'sqlite-functions');
21
22
$this->registerFunctions();
23
0 commit comments