You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a trait which provides methods to implement MongoDB\BSON\Persistable such that I can store enums directly into a MongoDB database and load it as is. Specifically, I hope to have an implementation of BsonTrait included in the library:
I would like a trait which provides methods to implement
MongoDB\BSON\Persistable
such that I can store enums directly into a MongoDB database and load it as is. Specifically, I hope to have an implementation ofBsonTrait
included in the library:The text was updated successfully, but these errors were encountered: