Minor fixes

This commit is contained in:
David Bomba 2021-07-05 20:45:40 +10:00
parent dd3f33dfc8
commit 852461541e

View File

@ -161,6 +161,8 @@ class User extends Authenticatable implements MustVerifyEmail
public function setCompany($company) public function setCompany($company)
{ {
$this->company = $company; $this->company = $company;
return $this;
} }
/** /**