Completed
Push — master ( a88030...fd03b7 )
by Tomas
10s
created
src/Component/ApiListingControl.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Tomaj\NetteApi\Component;
4 4
 
5
+use Closure;
6
+use Exception;
5 7
 use Nette\Application\UI\Control;
6 8
 use Nette\ComponentModel\IContainer;
7 9
 use Tomaj\NetteApi\ApiDecider;
8
-use Closure;
9
-use Exception;
10 10
 
11 11
 class ApiListingControl extends Control
12 12
 {
Please login to merge, or discard this patch.