Skip to content

Commit

Permalink
Update LaravelFilemanagerServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Aug 5, 2020
1 parent 91f295a commit 717cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelFilemanagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom('config/lfm.php', 'lfm-config');
$this->mergeConfigFrom(__DIR__ . '/config/lfm.php', 'lfm-config');

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

0 comments on commit 717cc00

Please sign in to comment.