File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
RoutingConditionServiceBundle/Controller Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212namespace Symfony \Bundle \FrameworkBundle \Tests \Functional \Bundle \RoutingConditionServiceBundle \Controller ;
1313
1414use Symfony \Component \HttpFoundation \Response ;
15- use Symfony \Component \Routing \Annotation \Route ;
15+ use Symfony \Component \Routing \Attribute \Route ;
1616
1717class DefaultController
1818{
Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \HttpFoundation \Request ;
1515use Symfony \Component \HttpFoundation \Response ;
16- use Symfony \Component \Routing \Annotation \Route ;
16+ use Symfony \Component \Routing \Attribute \Route ;
1717
1818class AnnotatedController
1919{
Original file line number Diff line number Diff line change 1212namespace Symfony \Bundle \FrameworkBundle \Tests \Functional \Bundle \TestBundle \Controller ;
1313
1414use Symfony \Component \HttpFoundation \Response ;
15- use Symfony \Component \Routing \Annotation \Route ;
15+ use Symfony \Component \Routing \Attribute \Route ;
1616use Symfony \Component \Uid \Ulid ;
1717use Symfony \Component \Uid \UuidV1 ;
1818
Original file line number Diff line number Diff line change 1818use Symfony \Component \Filesystem \Filesystem ;
1919use Symfony \Component \HttpFoundation \Response ;
2020use Symfony \Component \HttpKernel \Kernel ;
21- use Symfony \Component \Routing \Annotation \Route ;
21+ use Symfony \Component \Routing \Attribute \Route ;
2222use Symfony \Component \Routing \Loader \Configurator \RoutingConfigurator ;
2323
2424class FlexStyleMicroKernel extends Kernel
You can’t perform that action at this time.
0 commit comments