Skip to content

Commit

Permalink
Merge pull request #43 from Ken-vdE/patch-1
Browse files Browse the repository at this point in the history
Bug when migrating with data in ps_image_slider
  • Loading branch information
Oksydan authored Oct 10, 2023
2 parents 95dfa11 + e435d54 commit 4b1948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Entity/ImageSlider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ class ImageSlider
/**
* @var \DateTime
*
* @ORM\Column(name="display_from", type="datetime")
* @ORM\Column(name="display_from", type="datetime", nullable=true)
*/
private $display_from;

/**
* @var \DateTime
*
* @ORM\Column(name="display_to", type="datetime")
* @ORM\Column(name="display_to", type="datetime", nullable=true)
*/
private $display_to;

Expand Down

0 comments on commit 4b1948a

Please sign in to comment.