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…
Reference in New Issue