Ken hace 1 mes
padre
commit
049d497dcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Models/ActivityUser.php

+ 1 - 1
app/Models/ActivityUser.php

@@ -7,7 +7,7 @@ use App\Constants\Util;
 class ActivityUser extends BaseModel
 {
     protected $table = 'activity_user';
-    protected $fillable = ['activity_id', 'member_id', 'title', 'sub_title', 'detail_image', 'start_time', 'end_time', 'part_in_time'];
+    protected $fillable = ['activity_id', 'member_id', 'title', 'status', 'sub_title', 'detail_image', 'start_time', 'end_time', 'part_in_time'];
 
     protected function getDetailImageAttribute($value)
     {