Skip to content

Commit

Permalink
Merge pull request #37 from Inventis/bugfix/doctrine-orm-mapping
Browse files Browse the repository at this point in the history
update doctrine orm mapping
  • Loading branch information
eymengunay authored Apr 19, 2023
2 parents 03fa80d + c9dd184 commit cd82576
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/config/doctrine/HoneypotPrey.orm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xsi="http://www.w3.org/2001/XMLSchema-instance"
schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">

<mapped-superclass name="Eo\HoneypotBundle\Entity\HoneypotPrey">
<field name="ip" type="string" column="default_format"/>
Expand Down

0 comments on commit cd82576

Please sign in to comment.