Kirin hace 4 años
padre
commit
3e9ab52ee0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/admin/controller/vote/Vote.php

+ 1 - 0
app/admin/controller/vote/Vote.php

@@ -86,6 +86,7 @@ class Vote extends AuthController
             ['end_time', ''],
             ['price', ''],
             ['status', ''],
+            ['day_free', ''],
         ]);
         $data['start_time'] = strtotime($data['start_time']);
         $data['end_time'] = strtotime($data['end_time']);