Minor fixes

This commit is contained in:
David Bomba 2023-05-28 16:50:45 +10:00
parent 7d40a5ec48
commit 4b3c9df885
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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',