diff --git a/app/Jobs/Invoice/UpdateReminders.php b/app/Jobs/Invoice/UpdateReminders.php index dee22412f..026035cec 100644 --- a/app/Jobs/Invoice/UpdateReminders.php +++ b/app/Jobs/Invoice/UpdateReminders.php @@ -24,11 +24,8 @@ class UpdateReminders implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; - public Company $company; - - public function __construct(Company $company) + public function __construct(public Company $company) { - $this->company = $company; } /**