'string', 'email' => 'string', 'role_id' => 'int', ]; /** * @var array */ protected $dates = [ 'expires_at', ]; protected $dispatchesEvents = [ 'created' => InvitationCreated::class, 'updated' => InvitationCreated::class, ]; }