propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 398 forks source link

Ensure ConnectionManagerInterface::getName() always return a string #1828

Closed fbourigault closed 2 years ago

fbourigault commented 2 years ago

This is forced using a constructor.

Also, StandardServiceContainer::setManager() no longer have the manager name as first argument but retrieve it from the manager itself.