質問編集履歴
2
誤字
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         
            File without changes
         
     | 
1
誤字
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    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 
     | 
    
         |