Fixing property
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user