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 d2f81c2 commit 87b5c11Copy full SHA for 87b5c11
src/LaravelFilemanagerServiceProvider.php
@@ -60,7 +60,7 @@ public function boot()
60
*/
61
public function register()
62
{
63
- $this->mergeConfigFrom(__DIR__.'/../config/lfm.php', 'lfm-config');
+ $this->mergeConfigFrom(__DIR__.'/../config/lfm.php', 'lfm');
64
65
$this->app->singleton('laravel-filemanager', function () {
66
return true;
0 commit comments