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 1616use App \Rest \Traits \Actions \Admin as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
2121use Symfony \Component \Security \Http \Attribute \IsGranted ;
2222
Original file line number Diff line number Diff line change 1616use App \Rest \Traits \Actions \Anon as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020
2121/**
2222 * @package App\Tests\E2E\Rest\Traits\Actions\src
Original file line number Diff line number Diff line change 1616use App \Rest \Traits \Actions \Authenticated as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
2121use Symfony \Component \Security \Http \Attribute \IsGranted ;
2222
Original file line number Diff line number Diff line change 1616use App \Rest \Traits \Actions \Logged as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
2121use Symfony \Component \Security \Http \Attribute \IsGranted ;
2222
Original file line number Diff line number Diff line change 1616use App \Rest \Traits \Actions \Root as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
2121use Symfony \Component \Security \Http \Attribute \IsGranted ;
2222
Original file line number Diff line number Diff line change 1616use App \Rest \Traits \Actions \User as Actions ;
1717use Symfony \Component \DependencyInjection \Attribute \AutoconfigureTag ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Security \Core \Authorization \Voter \AuthenticatedVoter ;
2121use Symfony \Component \Security \Http \Attribute \IsGranted ;
2222
Original file line number Diff line number Diff line change 1616use Symfony \Component \HttpFoundation \Request ;
1717use Symfony \Component \HttpFoundation \Response ;
1818use Symfony \Component \HttpKernel \Attribute \AsController ;
19- use Symfony \Component \Routing \Annotation \Route ;
19+ use Symfony \Component \Routing \Attribute \Route ;
2020use Symfony \Component \Routing \Requirement \EnumRequirement ;
2121use Throwable ;
2222
You can’t perform that action at this time.
0 commit comments