mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
fix sf4 minor corrections on Doctrine ORM mapping Entities
This commit is contained in:
@@ -9,7 +9,6 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table(name="country")
|
||||
* sf4 check, in yml table was set to null !?
|
||||
* @ORM\Cache(usage="READ_ONLY", region="country_cache_region")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
*/
|
||||
|
@@ -27,7 +27,6 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table(name="language")
|
||||
* sf4 check, in yml table was set to null !?
|
||||
* @ORM\Cache(usage="READ_ONLY", region="language_cache_region")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user