@@ -15,7 +15,6 @@ |
||
| 15 | 15 | namespace AppBundle\Controller; |
| 16 | 16 | |
| 17 | 17 | use Symfony\Component\HttpFoundation\Request; |
| 18 | -use Symfony\Component\Translation\Translator; |
|
| 19 | 18 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 20 | 19 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
| 21 | 20 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
@@ -147,7 +147,7 @@ |
||
| 147 | 147 | /** |
| 148 | 148 | * Get familylog. |
| 149 | 149 | * |
| 150 | - * @return FamilyLog |
|
| 150 | + * @return string |
|
| 151 | 151 | */ |
| 152 | 152 | public function getFamilylog() |
| 153 | 153 | { |