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
What's the point of use Phalcon\Di\FactoryDefault; if you use $di = new \Phalcon\DI\FactoryDefault(); ?
Nevertheless DI\FactoryDefault is designed to be created only once. I suspect that you might have created another FactoryDefault instance before, and you're trying to make another one.
Details
The text was updated successfully, but these errors were encountered: