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.
2 parents d2f81c2 + 87b5c11 commit b97e889Copy full SHA for b97e889
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