File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616use App \Repository \PostRepository ;
1717use App \Utils \Slugger ;
1818use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
19- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
2019use Sensio \Bundle \FrameworkExtraBundle \Configuration \Security ;
2120use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
2221use Symfony \Component \Form \Extension \Core \Type \SubmitType ;
2322use Symfony \Component \HttpFoundation \Request ;
2423use Symfony \Component \HttpFoundation \Response ;
24+ use Symfony \Component \Routing \Annotation \Route ;
2525
2626/**
2727 * Controller used to manage blog contents in the backend.
Original file line number Diff line number Diff line change 1919use Sensio \Bundle \FrameworkExtraBundle \Configuration \Cache ;
2020use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
2121use Sensio \Bundle \FrameworkExtraBundle \Configuration \ParamConverter ;
22- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
2322use Sensio \Bundle \FrameworkExtraBundle \Configuration \Security ;
2423use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
2524use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
2625use Symfony \Component \EventDispatcher \GenericEvent ;
2726use Symfony \Component \HttpFoundation \Request ;
2827use Symfony \Component \HttpFoundation \Response ;
28+ use Symfony \Component \Routing \Annotation \Route ;
2929
3030/**
3131 * Controller used to manage blog contents in the public part of the site.
Original file line number Diff line number Diff line change 1111
1212namespace App \Controller ;
1313
14- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
1514use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
1615use Symfony \Component \HttpFoundation \Response ;
16+ use Symfony \Component \Routing \Annotation \Route ;
1717use Symfony \Component \Security \Http \Authentication \AuthenticationUtils ;
1818
1919/**
You can’t perform that action at this time.
0 commit comments