mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-11 08:04:35 -04:00
Refactor constructor
This commit is contained in:
parent
ea475f8d56
commit
043cc121b2
@ -24,11 +24,8 @@ class UpdateReminders implements ShouldQueue
|
|||||||
{
|
{
|
||||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||||
|
|
||||||
public Company $company;
|
public function __construct(public Company $company)
|
||||||
|
|
||||||
public function __construct(Company $company)
|
|
||||||
{
|
{
|
||||||
$this->company = $company;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user