Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Dec 1, 2024
1 parent e7eca8a commit 4f131b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Providers/TrackableJobsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function boot()
$this->publishes([
__DIR__ . '/../../database/migrations/laravel_trackable_create_tracked_jobs_table.php'
=> database_path('migrations/'.date('Y_m_d_His', time()).'_create_tracked_jobs_table.php'),
__DIR__. '/../../database/migrations/laravel_trackable_jobs_v2.php' => database_path('migrations/'.date('Y_m_d_His', time()).'_trackable_jobs_v2.php'),
], 'trackable-jobs-assets');

Event::listen(JobQueued::class, UpdateTrackedJobStatus::class);
Expand Down

0 comments on commit 4f131b3

Please sign in to comment.