Archived
1
0
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
f9050181d0 app/library/Bootstrap.php: revove "Application" and add "Services" class with the services definitions.
Had some wierd problem with closures an $this when being defined in one class and used in another
(defined in Application, used in Phalcon\Di\FactoryDefault).

So we move all of this to "Services" class that directly extends FactoryDefault DI.
And therefore, we don't need a Application class anymore.
2018-06-18 16:46:40 +02:00
38950d8244 adding app/library/Application.php 2018-06-17 12:55:56 +02:00