@@ -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 |