wesmiler hai 1 semana
pai
achega
b97e8b081c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Services/Exam/SubjectService.php

+ 1 - 0
app/Services/Exam/SubjectService.php

@@ -78,6 +78,7 @@ class SubjectService extends BaseService
     {
         $data = request()->all();
         $data = isset($data['description'])?$data['description']:'';
+        var_dump($data);
         return parent::edit($data); // TODO: Change the autogenerated stub
     }