Skip to content

Commit b97e889

Browse files
authored
Merge pull request #1273 from gp247net/patch-2
Fix the prefix error in the configuration
2 parents d2f81c2 + 87b5c11 commit b97e889

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)