mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Set contact as nullable
This commit is contained in:
parent
4a3c674313
commit
38bf9ec773
@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Storage;
|
||||
|
||||
class GetQuotePdf extends AbstractService
|
||||
{
|
||||
public function __construct(public Quote $quote, public ClientContact $contact = null)
|
||||
public function __construct(public Quote $quote, public ?ClientContact $contact = null)
|
||||
{
|
||||
$this->quote = $quote;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user