Skip to content

Commit 87b5c11

Browse files
authored
Fix the prefix error in the configuration
1 parent d2f81c2 commit 87b5c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelFilemanagerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function boot()
6060
*/
6161
public function register()
6262
{
63-
$this->mergeConfigFrom(__DIR__.'/../config/lfm.php', 'lfm-config');
63+
$this->mergeConfigFrom(__DIR__.'/../config/lfm.php', 'lfm');
6464

6565
$this->app->singleton('laravel-filemanager', function () {
6666
return true;

0 commit comments

Comments
 (0)