@@ -20,7 +20,6 @@ |
||
20 | 20 | use Nette\Application\UI; |
21 | 21 | use Nette\Utils; |
22 | 22 | use Nette\Security as NS; |
23 | - |
|
24 | 23 | use IPub; |
25 | 24 | use IPub\Permissions\Entities; |
26 | 25 | use IPub\Permissions\Exceptions; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Nette; |
20 | 20 | use Nette\Application; |
21 | 21 | use Nette\Application\UI; |
22 | -use Nette\Security as NS; |
|
23 | 22 | |
24 | 23 | /** |
25 | 24 | * Create link access checker |
@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace IPub\Permissions\Entities; |
18 | 18 | |
19 | 19 | use Nette; |
20 | - |
|
21 | 20 | use IPub; |
22 | 21 | use IPub\Permissions\Exceptions; |
23 | 22 |