Closed cached closed 3 years ago
This commit will fix "Call to a member function toArray() on null" error that might happen when "getTagsText" will be called on entity that has no associated tags ie. when adding new record to database
Since constructor initializes tags collection, I can't see how it could be empty (where "empty" is meant as "empty variable", not "empty collection")
This PR is not longer required
This commit will fix "Call to a member function toArray() on null" error that might happen when "getTagsText" will be called on entity that has no associated tags ie. when adding new record to database