Skip to content

Commit

Permalink
Update DeleteJpgThumbnailJob.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored Oct 3, 2024
1 parent 8e81280 commit c065c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/DeleteJpgThumbnailJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;

class DeleteJpgThumbnailJob implements ShouldQueue
final class DeleteJpgThumbnailJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

Expand Down

0 comments on commit c065c45

Please sign in to comment.