Skip to content

Commit 717cc00

Browse files
authored
Update LaravelFilemanagerServiceProvider.php
1 parent 91f295a commit 717cc00

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
@@ -51,7 +51,7 @@ public function boot()
5151
*/
5252
public function register()
5353
{
54-
$this->mergeConfigFrom('config/lfm.php', 'lfm-config');
54+
$this->mergeConfigFrom(__DIR__ . '/config/lfm.php', 'lfm-config');
5555

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

0 commit comments

Comments
 (0)