This commit is contained in:
2025-10-29 01:35:40 +05:00
parent 5b03a9be19
commit fe21695e4e
2 changed files with 9 additions and 8 deletions

View File

@@ -61,12 +61,4 @@ trait UserAdjustments
{
return (string) $this->getOption('passport_id');
}
/**
* Can access panel
*/
public function canAccessPanel(Panel $panel): bool
{
return true;
}
}