@@ -2,15 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace CarbonFramework\Routing; |
| 4 | 4 | |
| 5 | -use Closure; |
|
| 6 | -use ReflectionClass; |
|
| 7 | -use Exception; |
|
| 8 | 5 | use CarbonFramework\Framework; |
| 9 | 6 | use CarbonFramework\Request; |
| 10 | 7 | use CarbonFramework\Routing\Conditions\ConditionInterface; |
| 11 | -use CarbonFramework\Routing\Conditions\Url as UrlCondition; |
|
| 12 | 8 | use CarbonFramework\Routing\Conditions\Custom as CustomCondition; |
| 9 | +use CarbonFramework\Routing\Conditions\Url as UrlCondition; |
|
| 13 | 10 | use CarbonFramework\Routing\Middleware\HasMiddlewareTrait; |
| 11 | +use Closure; |
|
| 12 | +use Exception; |
|
| 13 | +use ReflectionClass; |
|
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * Represent a route |