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

Template `baseObjectAttributes` not found error #1884

Closed sacerro closed 2 years ago

sacerro commented 2 years ago

"getTemplatePath" method in PathTrait search for the first occurrence of "src" string instead of last occurrence. In some cases, if you include composer "vendor" dir inside src folder, this method returns the root path of project instead the path of propel.