We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50cb2a commit 3dc910fCopy full SHA for 3dc910f
composer.json
@@ -16,6 +16,8 @@
16
"doctrine/doctrine-bundle": "^1.8",
17
"doctrine/orm": "^2.6",
18
"doctrine/persistence": "^1.0",
19
+ "ramsey/uuid": "^3.8",
20
+ "ramsey/uuid-doctrine": "^1.5",
21
"symfony/config": "^4.1",
22
"symfony/dependency-injection": "^4.1",
23
"symfony/doctrine-bridge": "^4.1",
src/Entity/Translation.php
@@ -31,7 +31,7 @@ class Translation implements EntityInterface
31
private $locale;
32
33
/**
34
- * @ORM\Column(type="string", length=255)
+ * @ORM\Column(type="string", length=255, name="trans_key")
35
*/
36
private $key;
37
0 commit comments