@@ -3,9 +3,9 @@ |
||
3 | 3 | |
4 | 4 | namespace Nexendrie\Rss\Bridges\NetteDI; |
5 | 5 | |
6 | -use Nette\DI\CompilerExtension, |
|
7 | - Nette\Utils\Validators, |
|
8 | - Nexendrie\Rss\Generator; |
|
6 | +use Nette\DI\CompilerExtension; |
|
7 | +use Nette\Utils\Validators; |
|
8 | +use Nexendrie\Rss\Generator; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * RssExtension for Nette DI Container |
@@ -3,8 +3,8 @@ |
||
3 | 3 | |
4 | 4 | namespace Nexendrie\Rss; |
5 | 5 | |
6 | -use Nette\Http\IRequest, |
|
7 | - Nette\Http\IResponse; |
|
6 | +use Nette\Http\IRequest; |
|
7 | +use Nette\Http\IResponse; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * RSS channel response |