Skip to content

Commit

Permalink
remove useless backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee authored Jun 21, 2024
1 parent f43bd95 commit 3edfcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/Message.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>

<mapped-superclass name="\MonsieurBiz\SyliusAlertMessagePlugin\Entity\Message" table="mbiz_alert_message">
<mapped-superclass name="MonsieurBiz\SyliusAlertMessagePlugin\Entity\Message" table="mbiz_alert_message">
<id name="id" column="id" type="integer">
<generator strategy="AUTO" />
</id>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/doctrine/MessageTranslation.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>

<mapped-superclass name="\MonsieurBiz\SyliusAlertMessagePlugin\Entity\MessageTranslation" table="mbiz_alert_message_translation">
<mapped-superclass name="MonsieurBiz\SyliusAlertMessagePlugin\Entity\MessageTranslation" table="mbiz_alert_message_translation">
<id name="id" column="id" type="integer">
<generator strategy="AUTO" />
</id>
Expand Down

0 comments on commit 3edfcfc

Please sign in to comment.