diff --git a/app/Models/User.php b/app/Models/User.php index 8c6ad83f8df9..a7e34827cb59 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -161,6 +161,8 @@ class User extends Authenticatable implements MustVerifyEmail public function setCompany($company) { $this->company = $company; + + return $this; } /**