From 2a2cda0de4807eb1cea4d6414fdfbdcab38c49aa Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 26 Jul 2022 19:54:31 +0200 Subject: [PATCH] app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used. --- app/library/Services.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/library/Services.php b/app/library/Services.php index a6157f5..d34b963 100644 --- a/app/library/Services.php +++ b/app/library/Services.php @@ -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,