Completed
Push — master ( 1c40b3...c24efe )
by Tomas
15:53
created
src/Presenters/ApiPresenter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Tomaj\NetteApi\Presenters;
4 4
 
5
+use Exception;
5 6
 use Nette\Application\Responses\JsonResponse;
6 7
 use Nette\Application\UI\Presenter;
7 8
 use Nette\Http\Response;
@@ -9,7 +10,6 @@  discard block
 block discarded – undo
9 10
 use Tomaj\NetteApi\ApiResponse;
10 11
 use Tomaj\NetteApi\Misc\IpDetectorInterface;
11 12
 use Tomaj\NetteApi\Params\ParamsProcessor;
12
-use Exception;
13 13
 
14 14
 class ApiPresenter extends Presenter
15 15
 {
Please login to merge, or discard this patch.