File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
use Symfony \Component \Form \SubmitButton ;
23
23
use Symfony \Component \HttpFoundation \Request ;
24
24
use Symfony \Component \HttpFoundation \Response ;
25
- use Symfony \Component \Routing \Annotation \Route ;
25
+ use Symfony \Component \Routing \Attribute \Route ;
26
26
use Symfony \Component \Security \Http \Attribute \CurrentUser ;
27
27
use Symfony \Component \Security \Http \Attribute \IsGranted ;
28
28
Original file line number Diff line number Diff line change 25
25
use Symfony \Component \HttpFoundation \Request ;
26
26
use Symfony \Component \HttpFoundation \Response ;
27
27
use Symfony \Component \HttpKernel \Attribute \Cache ;
28
- use Symfony \Component \Routing \Annotation \Route ;
28
+ use Symfony \Component \Routing \Attribute \Route ;
29
29
use Symfony \Component \Security \Http \Attribute \CurrentUser ;
30
30
use Symfony \Component \Security \Http \Attribute \IsGranted ;
31
31
Original file line number Diff line number Diff line change 15
15
use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
16
16
use Symfony \Component \HttpFoundation \Request ;
17
17
use Symfony \Component \HttpFoundation \Response ;
18
- use Symfony \Component \Routing \Annotation \Route ;
18
+ use Symfony \Component \Routing \Attribute \Route ;
19
19
use Symfony \Component \Security \Http \Attribute \CurrentUser ;
20
20
use Symfony \Component \Security \Http \Authentication \AuthenticationUtils ;
21
21
use Symfony \Component \Security \Http \Util \TargetPathTrait ;
Original file line number Diff line number Diff line change 19
19
use Symfony \Bundle \SecurityBundle \Security ;
20
20
use Symfony \Component \HttpFoundation \Request ;
21
21
use Symfony \Component \HttpFoundation \Response ;
22
- use Symfony \Component \Routing \Annotation \Route ;
22
+ use Symfony \Component \Routing \Attribute \Route ;
23
23
use Symfony \Component \Security \Http \Attribute \CurrentUser ;
24
24
use Symfony \Component \Security \Http \Attribute \IsGranted ;
25
25
You can’t perform that action at this time.
0 commit comments