You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When using the Phalcon\DI\FactoryDefault\CLI class to generate a new Dependency Injector, the Service of TransactionManager returns the name eventsManager, since the lines
Problem
When using the
Phalcon\DI\FactoryDefault\CLI
class to generate a new Dependency Injector, theService
ofTransactionManager
returns the nameeventsManager
, since the linesare not overwritten by a new "name".
Solution
Add the following lines before creating a new
Service
for thetransactionManager
:Testcase
The text was updated successfully, but these errors were encountered: