File tree 4 files changed +4
-4
lines changed
RoutingConditionServiceBundle/Controller
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \Functional \Bundle \RoutingConditionServiceBundle \Controller ;
13
13
14
14
use Symfony \Component \HttpFoundation \Response ;
15
- use Symfony \Component \Routing \Annotation \Route ;
15
+ use Symfony \Component \Routing \Attribute \Route ;
16
16
17
17
class DefaultController
18
18
{
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \HttpFoundation \Request ;
15
15
use Symfony \Component \HttpFoundation \Response ;
16
- use Symfony \Component \Routing \Annotation \Route ;
16
+ use Symfony \Component \Routing \Attribute \Route ;
17
17
18
18
class AnnotatedController
19
19
{
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \Functional \Bundle \TestBundle \Controller ;
13
13
14
14
use Symfony \Component \HttpFoundation \Response ;
15
- use Symfony \Component \Routing \Annotation \Route ;
15
+ use Symfony \Component \Routing \Attribute \Route ;
16
16
use Symfony \Component \Uid \Ulid ;
17
17
use Symfony \Component \Uid \UuidV1 ;
18
18
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \Filesystem \Filesystem ;
19
19
use Symfony \Component \HttpFoundation \Response ;
20
20
use Symfony \Component \HttpKernel \Kernel ;
21
- use Symfony \Component \Routing \Annotation \Route ;
21
+ use Symfony \Component \Routing \Attribute \Route ;
22
22
use Symfony \Component \Routing \Loader \Configurator \RoutingConfigurator ;
23
23
24
24
class FlexStyleMicroKernel extends Kernel
You can’t perform that action at this time.
0 commit comments