Minor fixes
This commit is contained in:
parent
dd3f33dfc8
commit
852461541e
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ class User extends Authenticatable implements MustVerifyEmail
|
|||
public function setCompany($company)
|
||||
{
|
||||
$this->company = $company;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue