We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9988234 commit 4022506Copy full SHA for 4022506
src/Providers/ThemevelServiceProvider.php
@@ -92,7 +92,7 @@ public function publishConfig()
92
$configPath => config_path('theme.php'),
93
]);
94
95
- $this->mergeConfigFrom($configPath, 'themevel');
+ $this->mergeConfigFrom($configPath, 'theme');
96
}
97
98
/**
0 commit comments