mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Minor fixes
This commit is contained in:
parent
7d40a5ec48
commit
4b3c9df885
@ -202,7 +202,7 @@ class CreateCompany
|
||||
|
||||
}
|
||||
catch(\Exception $e){
|
||||
nlog("SETUP: could not complete setup for Spanish Locale");
|
||||
nlog("SETUP: could not complete setup for Australian Locale");
|
||||
}
|
||||
|
||||
$company->save();
|
||||
|
@ -178,7 +178,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
|
||||
protected $dateFormat = 'Y-m-d H:i:s.u';
|
||||
|
||||
public Company $company;
|
||||
public ?Company $company = null;
|
||||
|
||||
protected $appends = [
|
||||
'hashed_id',
|
||||
|
Loading…
x
Reference in New Issue
Block a user