Hi, how to perform $pull (remove array element form document) https://docs.mongodb.org/manual/reference/operator/update/pull/ in phalcon?
Example:
{_id : ObjectId(...), name : "name", ids : [44, 1, 9, 11, 15, 66]}
So, how to remove, for example, 15
form ids
???