I added this in my User model:
private $rank; public function isSuperAdmin(): bool { if ($this->rank >= 3) { return true;