Header Twig
This commit is contained in:
parent
33458b2ca3
commit
ed24ac4994
12 changed files with 207 additions and 183 deletions
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
namespace AppBundle\Service;
|
||||
|
||||
|
||||
use AppBundle\Entity\Keyword;
|
||||
use AppBundle\Entity\Page;
|
||||
use AppBundle\Util;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
|
|
@ -183,8 +181,6 @@ class KeywordService
|
|||
$dict[$keyword] = $dictEntry;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
return $dict;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue