'datetime', 'password' => 'hashed', ]; } // 🔑 Required for JWT public function getJWTIdentifier() { return $this->getKey(); } public function getJWTCustomClaims() { return []; } }