Fixing property

This commit is contained in:
2022-01-26 12:29:10 +01:00
parent c69bf82ecc
commit 04bc79b36d
7 changed files with 40 additions and 12 deletions

View File

@@ -11,6 +11,13 @@ use Doctrine\Common\Collections\Collection;
* @ORM\Entity(repositoryClass="App\Model\Database\Repository\DictionaryRepository")
* @ORM\Table(name="`dictionary`")
* @ORM\HasLifecycleCallbacks
*
* @property int $id
* @property String $name
* @property String $fullname
* @property Term $terms
* @property Language $lang1
* @property Language $lang2
*/
class Dictionary extends AbstractEntity
{