|
@@ -9,13 +9,9 @@ |
|
|
block discarded – undo |
|
9
|
9
|
namespace AppBundle\Controller; |
|
10
|
10
|
|
|
11
|
11
|
|
|
12
|
|
-use AppBundle\MenuItem\RecursiveMenuItemIterator; |
|
13
|
|
-use Doctrine\Common\Collections\ArrayCollection; |
|
14
|
12
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
15
|
13
|
use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
|
16
|
14
|
use Symfony\Component\HttpFoundation\Request; |
|
17
|
|
-use Symfony\Component\HttpFoundation\Response; |
|
18
|
|
-use AppBundle\Entity\Cat as CategoryEntity; |
|
19
|
15
|
|
|
20
|
16
|
class SiteController extends Controller |
|
21
|
17
|
{ |
Please login to merge, or discard this patch.