company_id dropped on user invitations

This commit is contained in:
Sevan Nerse
2022-06-28 21:44:19 +03:00
parent 90a2330ae2
commit d7c101e025
5 changed files with 107 additions and 13 deletions

View File

@ -20,7 +20,7 @@ class UserInvitation extends Model
*
* @var string[]
*/
protected $fillable = ['user_id', 'company_id', 'token'];
protected $fillable = ['user_id', 'token'];
public function user()
{