Skip to content

Commit 4022506

Browse files
authored
🔥 fixed config file name
🔥 fixed config file name
1 parent 9988234 commit 4022506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ThemevelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function publishConfig()
9292
$configPath => config_path('theme.php'),
9393
]);
9494

95-
$this->mergeConfigFrom($configPath, 'themevel');
95+
$this->mergeConfigFrom($configPath, 'theme');
9696
}
9797

9898
/**

0 commit comments

Comments
 (0)