Skip to content

Commit 776ade8

Browse files
committed
Add orm mapping to env dev
1 parent aac3a59 commit 776ade8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Application/src/Resources/doctrine/Channel.orm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<mapped-superclass name="Tests\BitBag\SyliusUserComPlugin\Entity\Channel" table="sylius_channel">
99
<field name="userComUrl" column="user_com_url" type="string" nullable="true" />
1010
<field name="userComApiKey" column="user_com_api_key" type="string" nullable="true"/>
11+
<field name="userComGTMContainerId" column="user_com_gtm_container_id" type="string" nullable="true"/>
1112
</mapped-superclass>
1213
</doctrine-mapping>

0 commit comments

Comments
 (0)