Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
1.26k
stars
399
forks
source link
Tests & Fixes for #1660, #1713 - Bugfix: getCollectionClassName() should only return Collection classes #1724
Closed
mringler closed 3 years ago
Tests & fixes for #1660, #1713: Simply make sure that
getCollectionClassName()
returns a class extendingCollection
, otherwise bad things can happen.If merged, this replaces #1660, #1713