ACTION_TYPE::class, 'status' => ACTION_STATUS::class ]; // attrlist start protected $fillable = [ 'id', 'admin_id', 'user_id', 'type', 'desc', 'exp_time', 're_id', 're_type', 'status', ]; // attrlist end }