Skip to content

Commit

Permalink
fix: problem on insert into bdd
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Mar 27, 2023
1 parent 68f30c5 commit 41984de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/PsgdprConsent.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* @ORM\Table()
* @ORM\Entity(repositoryClass="PrestaShop\Module\Psgdpr\Repository\ConsentRepository")
* @ORM\HasLifecycleCallbacks()
*/
class PsgdprConsent
{
Expand Down
1 change: 1 addition & 0 deletions src/Entity/PsgdprLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/**
* @ORM\Table()
* @ORM\Entity(repositoryClass="PrestaShop\Module\Psgdpr\Repository\LoggerRepository")
* @ORM\HasLifecycleCallbacks()
*/
class PsgdprLog
{
Expand Down

0 comments on commit 41984de

Please sign in to comment.