Archived
1
0
Fork 0

app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used.

This commit is contained in:
Henrik Hautakoski 2022-07-26 19:54:31 +02:00
parent aababdcb12
commit 2a2cda0de4

View file

@ -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,