File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \Admin as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
21
21
use Symfony \Component \Security \Http \Attribute \IsGranted ;
22
22
Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \Anon as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
21
21
/**
22
22
* @package App\Tests\E2E\Rest\Traits\Actions\src
Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \Authenticated as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
21
21
use Symfony \Component \Security \Http \Attribute \IsGranted ;
22
22
Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \Logged as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
21
21
use Symfony \Component \Security \Http \Attribute \IsGranted ;
22
22
Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \Root as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
21
21
use Symfony \Component \Security \Http \Attribute \IsGranted ;
22
22
Original file line number Diff line number Diff line change 16
16
use App \Rest \Traits \Actions \User as Actions ;
17
17
use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
21
21
use Symfony \Component \Security \Http \Attribute \IsGranted ;
22
22
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \HttpFoundation \Request ;
17
17
use Symfony \Component \HttpFoundation \Response ;
18
18
use Symfony \Component \HttpKernel \Attribute \AsController ;
19
- use Symfony \Component \Routing \Annotation \Route ;
19
+ use Symfony \Component \Routing \Attribute \Route ;
20
20
use Symfony \Component \Routing \Requirement \EnumRequirement ;
21
21
use Throwable ;
22
22
You can’t perform that action at this time.
0 commit comments