This commit is contained in:
f4ilji
2024-11-17 01:33:09 +05:00
parent 7b9dc03420
commit af69b48247
33 changed files with 367 additions and 210 deletions
@@ -17,7 +17,7 @@ class CustomFormResponseResource extends Resource
{
public static ?string $label = 'Форма';
protected static ?string $pluralLabel = 'Ответы на формы';
protected static ?string $navigationParentItem = 'Пользовательские Формы';
protected static ?string $navigationParentItem = 'nobody';
protected static ?string $model = CustomFormResponse::class;