From 4dcf8d1fb21411addad18f97c2f6b0295c3f9f59 Mon Sep 17 00:00:00 2001 From: Tchama Date: Mon, 27 Jul 2020 16:16:17 +0200 Subject: [PATCH] fix sf4 minor corrections on Doctrine ORM mapping Entities --- Entity/Country.php | 1 - Entity/Language.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Entity/Country.php b/Entity/Country.php index 56969a574..f8f68c3f3 100644 --- a/Entity/Country.php +++ b/Entity/Country.php @@ -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() */ diff --git a/Entity/Language.php b/Entity/Language.php index 4b4b53e8a..2f59eda6d 100644 --- a/Entity/Language.php +++ b/Entity/Language.php @@ -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() */