File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
use App \Repository \PostRepository ;
17
17
use App \Utils \Slugger ;
18
18
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
19
- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
20
19
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Security ;
21
20
use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
22
21
use Symfony \Component \Form \Extension \Core \Type \SubmitType ;
23
22
use Symfony \Component \HttpFoundation \Request ;
24
23
use Symfony \Component \HttpFoundation \Response ;
24
+ use Symfony \Component \Routing \Annotation \Route ;
25
25
26
26
/**
27
27
* Controller used to manage blog contents in the backend.
Original file line number Diff line number Diff line change 19
19
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Cache ;
20
20
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Method ;
21
21
use Sensio \Bundle \FrameworkExtraBundle \Configuration \ParamConverter ;
22
- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
23
22
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Security ;
24
23
use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
25
24
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
26
25
use Symfony \Component \EventDispatcher \GenericEvent ;
27
26
use Symfony \Component \HttpFoundation \Request ;
28
27
use Symfony \Component \HttpFoundation \Response ;
28
+ use Symfony \Component \Routing \Annotation \Route ;
29
29
30
30
/**
31
31
* Controller used to manage blog contents in the public part of the site.
Original file line number Diff line number Diff line change 11
11
12
12
namespace App \Controller ;
13
13
14
- use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
15
14
use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
16
15
use Symfony \Component \HttpFoundation \Response ;
16
+ use Symfony \Component \Routing \Annotation \Route ;
17
17
use Symfony \Component \Security \Http \Authentication \AuthenticationUtils ;
18
18
19
19
/**
You can’t perform that action at this time.
0 commit comments