@@ -13,7 +13,6 @@ |
||
13 | 13 | /** |
14 | 14 | * Default WordPress handler |
15 | 15 | * |
16 | - * @param Request $file |
|
17 | 16 | * @param string $template |
18 | 17 | * @return ResponseInterface |
19 | 18 | */ |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace CarbonFramework\Routing; |
4 | 4 | |
5 | +use CarbonFramework\Framework; |
|
5 | 6 | use Closure; |
6 | 7 | use Exception; |
7 | -use CarbonFramework\Framework; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Represent a callable or a controller method to be executed in response to a request |