spotorm / spot2

Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
http://phpdatamapper.com
BSD 3-Clause "New" or "Revised" License
601 stars 101 forks source link

Fix for undefined property bug caused by PR#251 #273

Closed FlipEverything closed 6 years ago

FlipEverything commented 6 years ago

Notice: Undefined property: Spot\Entity\Manager::$connection in /vendor/vlucas/spot2/lib/Entity/Manager.php on line 415

PHP 7.1 Latest spot2

Is it appearing just for me? Before the latest merge it was fine. @dasper?