Skip to content

Commit

Permalink
Update ScoutServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
collegeman authored Mar 27, 2017
1 parent 0af5a3e commit 9776a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScoutServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function register()
]);

$this->publishes([
__DIR__.'/../config/scout.php' => config_path('scout.php'),
__DIR__.'/../config/scout.php' => $this->app['path.config']('scout.php'),
]);
}
}
Expand Down

1 comment on commit 9776a08

@xcaptain
Copy link
Contributor

@xcaptain xcaptain commented on 9776a08 Jul 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$this->app['path.config'] is not compatible with lumen, why don't you use config_path?

#206

Please sign in to comment.