Skip to content

Commit 5f0d805

Browse files
committed
add config tag
1 parent 572a4b0 commit 5f0d805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function boot()
1717
]);
1818
}
1919

20-
$this->mergeConfigFrom(__DIR__.'/../config/sqlite-functions.php');
20+
$this->mergeConfigFrom(__DIR__.'/../config/sqlite-functions.php', 'sqlite-functions');
2121

2222
$this->registerFunctions();
2323
}

0 commit comments

Comments
 (0)