Completed
Push — master ( 8863ba...da03d8 )
by Derek Stephen
01:53
created
src/Mvc/ApplicationPackage.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@  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\Firewall\FirewallPackage;
9 8
 use Bone\Http\Middleware\Stack;
10 9
 use Bone\I18n\I18nPackage;
11 10
 use Bone\I18n\I18nRegistrationInterface;
12
-use Bone\I18n\View\Extension\LocaleLink;
13
-use Bone\I18n\View\Extension\Translate;
14 11
 use Bone\Mvc\Controller\DownloadController;
15 12
 use Bone\Mvc\Router;
16 13
 use Bone\Mvc\Router\Decorator\ExceptionDecorator;
@@ -19,17 +16,13 @@  discard block
 block discarded – undo
19 16
 use Bone\Mvc\Router\PlatesStrategy;
20 17
 use Bone\Mvc\Router\RouterConfigInterface;
21 18
 use Bone\Mvc\View\Extension\Plates\AlertBox;
22
-use Bone\Mvc\View\ViewEngine;
23
-use Bone\View\Helper\Paginator;
24 19
 use Bone\Mvc\View\PlatesEngine;
25 20
 use Bone\I18n\Service\TranslatorFactory;
26 21
 use League\Plates\Template\Folders;
27
-use League\Route\Strategy\ApplicationStrategy;
28 22
 use League\Route\Strategy\JsonStrategy;
29 23
 use Locale;
30 24
 use PDO;
31 25
 use Laminas\Diactoros\ResponseFactory;
32
-use Laminas\I18n\Translator\Loader\Gettext;
33 26
 use Laminas\I18n\Translator\Translator;
34 27
 use Psr\Http\Server\MiddlewareInterface;
35 28
 
Please login to merge, or discard this patch.