This commit is contained in:
f4ilji
2024-11-21 06:08:22 +05:00
parent 1efd49607f
commit f144b0a300
4 changed files with 59 additions and 2 deletions
@@ -17,6 +17,9 @@ class UserDetailRelationManager extends RelationManager
{
protected static string $relationship = 'userDetail';
protected static ?string $title = 'Детальная информация';
protected static ?string $inverseRelationship = 'user';
public function form(Form $form): Form