@@ -8,8 +8,8 @@ |
||
8 | 8 | use WPEmerge\Middleware\HasMiddlewareTrait; |
9 | 9 | use WPEmerge\Requests\Request; |
10 | 10 | use WPEmerge\Routing\Conditions\ConditionInterface; |
11 | -use WPEmerge\Routing\Conditions\UrlCondition; |
|
12 | 11 | use WPEmerge\Routing\Conditions\MultipleCondition; |
12 | +use WPEmerge\Routing\Conditions\UrlCondition; |
|
13 | 13 | |
14 | 14 | class RouteGroup implements RouteInterface, HasRoutesInterface { |
15 | 15 | use HasRoutesTrait { |