Phalcon\DiInterface is renamed to Phalcon\Di\DiInterface
This commit is contained in:
parent
0508e7cea7
commit
aababdcb12
5 changed files with 20 additions and 20 deletions
|
|
@ -3,7 +3,7 @@
|
|||
namespace App\Module;
|
||||
|
||||
use Phalcon\Loader,
|
||||
Phalcon\DiInterface,
|
||||
Phalcon\Di\DiInterface,
|
||||
Phalcon\Mvc\Dispatcher,
|
||||
Phalcon\Mvc\ModuleDefinitionInterface;
|
||||
|
||||
|
|
|
|||
Reference in a new issue