質問編集履歴

2

誤字

2022/12/24 12:59

投稿

jem32o_
jem32o_

スコア79

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字

2022/12/23 14:43

投稿

jem32o_
jem32o_

スコア79

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,6 @@
30
30
  $form->text('category', __('Category'));
31
31
  $form->text('category_name', __('Category_name'));
32
32
  $form->image('image', __('CategoryImage'));
33
- $form->radio('flg', __('Categoryflg'))->options(['P' =>__('PLAN'), 'S' =>__('SPOT')])->checked(['P' =>__('PLAN')]);
34
33
  }
35
34
  $form->text('upuser', __('Upuser'))->default(Admin::user()->username)->disable();
36
35