Archived
1
0
Fork 0

Phalcon\DiInterface is renamed to Phalcon\Di\DiInterface

This commit is contained in:
Henrik Hautakoski 2022-07-26 19:53:31 +02:00
parent 0508e7cea7
commit aababdcb12
5 changed files with 20 additions and 20 deletions

View file

@ -3,7 +3,7 @@
namespace App\Module;
use Phalcon\Loader,
Phalcon\DiInterface,
Phalcon\Di\DiInterface,
Phalcon\Mvc\Dispatcher,
Phalcon\Mvc\ModuleDefinitionInterface;