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

Commit 0d90108

Browse files
authored
Update SettingsServiceProvider.php
1 parent 893b995 commit 0d90108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SettingsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function boot(): void
2222

2323
if (function_exists('config_path')) {
2424
$this->publishes([
25-
dirname(__DIR__) . '/config/config.php' => config_path('wallet.php'),
25+
dirname(__DIR__) . '/config/config.php' => config_path('bavix-settings.php'),
2626
], 'laravel-settings-config');
2727
}
2828

@@ -42,7 +42,7 @@ public function register(): void
4242
{
4343
$this->mergeConfigFrom(
4444
dirname(__DIR__) . '/config/config.php',
45-
'settings'
45+
'bavix-settings'
4646
);
4747

4848
$this->app->singleton(ReadableService::class, config('settings.services.readable'));

0 commit comments

Comments
 (0)