Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 6b1e5cc

Browse files
authored
Update SettingsServiceProvider.php
1 parent 2c6dfc7 commit 6b1e5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SettingsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function register(): void
4545
'bavix-settings'
4646
);
4747

48-
$this->app->singleton(ReadableService::class, config('settings.services.readable'));
48+
$this->app->singleton(ReadableService::class, config('bavix-settings.services.readable'));
4949
}
5050

5151
}

0 commit comments

Comments
 (0)