Completed
Push — master ( 2ac5d7...b01e54 )
by Derek Stephen
01:45
created
src/Mvc/ApplicationPackage.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace Bone\Mvc;
4 4
 
5 5
 use Barnacle\Container;
6
-use Barnacle\Exception\NotFoundException;
7 6
 use Barnacle\RegistrationInterface;
8 7
 use Bone\Db\DbPackage;
9 8
 use Bone\Firewall\FirewallPackage;
@@ -11,8 +10,6 @@  discard block
 block discarded – undo
11 10
 use Bone\Http\MiddlewareAwareInterface;
12 11
 use Bone\I18n\I18nPackage;
13 12
 use Bone\I18n\I18nRegistrationInterface;
14
-use Bone\I18n\View\Extension\LocaleLink;
15
-use Bone\I18n\View\Extension\Translate;
16 13
 use Bone\Mvc\Controller\DownloadController;
17 14
 use Bone\Mvc\Router;
18 15
 use Bone\Mvc\Router\Decorator\ExceptionDecorator;
@@ -21,17 +18,11 @@  discard block
 block discarded – undo
21 18
 use Bone\Mvc\Router\PlatesStrategy;
22 19
 use Bone\Mvc\Router\RouterConfigInterface;
23 20
 use Bone\Mvc\View\Extension\Plates\AlertBox;
24
-use Bone\Mvc\View\ViewEngine;
25
-use Bone\View\Helper\Paginator;
26 21
 use Bone\Mvc\View\PlatesEngine;
27 22
 use Bone\I18n\Service\TranslatorFactory;
28 23
 use League\Plates\Template\Folders;
29
-use League\Route\Strategy\ApplicationStrategy;
30 24
 use League\Route\Strategy\JsonStrategy;
31
-use Locale;
32
-use PDO;
33 25
 use Laminas\Diactoros\ResponseFactory;
34
-use Laminas\I18n\Translator\Loader\Gettext;
35 26
 use Laminas\I18n\Translator\Translator;
36 27
 use Psr\Http\Server\MiddlewareInterface;
37 28
 
Please login to merge, or discard this patch.