Skip to content

Commit

Permalink
Update SessionTrackerServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hardevine authored Nov 25, 2018
1 parent 92aba5c commit d9648b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SessionTrackerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SessionTrackerServiceProvider extends ServiceProvider {
public function boot()
{
$this->publishes([
__DIR__ . '/config/cart.php' => config_path('sessionTracker.php')],'config');
__DIR__ . '/config/config.php' => config_path('sessionTracker.php')],'config');

$this->publishes([
__DIR__.'/migrations' => base_path('database/migrations')
Expand Down

0 comments on commit d9648b2

Please sign in to comment.