id === 1; } public function canBeImpersonated() { // Do not allow impersonating main admin. return (int) $this->id !== 1; } }