Skip to content

Commit

Permalink
Prevent config double publish (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Oct 4, 2024
2 parents bc561ea + 11e1780 commit cdcb43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function boot()
$this->mergeConfigFrom($config = __DIR__.'/../config/statamic-cache-tracker.php', 'statamic-cache-tracker');

$this->publishes([
$config => config_path('statamic-cache.php'),
$config => config_path('statamic-cache-tracker.php'),
], 'statamic-cache-tracker-config');
}
}

0 comments on commit cdcb43d

Please sign in to comment.