app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used.
This commit is contained in:
parent
aababdcb12
commit
2a2cda0de4
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
namespace Httpcb;
|
||||
|
||||
use Phalcon\DiInterface,
|
||||
Phalcon\Di\FactoryDefault as DiDefault,
|
||||
use Phalcon\Di\FactoryDefault as DiDefault,
|
||||
Phalcon\Config\Adapter\Yaml as Config,
|
||||
Phalcon\Mvc\View,
|
||||
Phalcon\Mvc\View\Simple as SimpleView,
|
||||
|
|
|
|||
Reference in a new issue