@@ -63,7 +63,7 @@ |
||
63 | 63 | /** |
64 | 64 | * Gets the value of name. |
65 | 65 | * |
66 | - * @return mixed |
|
66 | + * @return string |
|
67 | 67 | */ |
68 | 68 | public function getName() |
69 | 69 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use Webcook\Cms\CoreBundle\Base\BasicEntity; |
14 | 14 | use Doctrine\ORM\Mapping as ORM; |
15 | 15 | use ApiPlatform\Core\Annotation\ApiResource; |
16 | -use ApiPlatform\Core\Annotation\ApiProperty; |
|
17 | 16 | use Symfony\Component\Validator\Constraints as Assert; |
18 | 17 | |
19 | 18 | /** |