Skip to content

Commit dca7da7

Browse files
committed
Update Provider
1 parent 2915135 commit dca7da7

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

database/migrations/2024_04_17_162758_activate_pgvector.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/AdaServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public function boot()
3030
*/
3131
public function register()
3232
{
33+
$this->mergeConfigFrom(__DIR__.'/../config/ada.php', 'ada');
34+
3335
$this->publishes([
3436
__DIR__.'/../config/ada.php' => config_path('ada.php'),
3537
], 'ada-config');

0 commit comments

Comments
 (0)