'encrypted', 'auth_password' => 'encrypted', 'privacy_password' => 'encrypted', ]; } public function tenant() { return $this->belongsTo(Tenant::class); } }