Skip to content

Commit

Permalink
tests: fix column type (for doctrine/orm v3) (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
  • Loading branch information
Chris53897 and Chris8934 committed Jan 26, 2024
1 parent 44964fc commit fe83b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Entities/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Date
public $id;

/**
* @Column(type="DateTime")
* @Column(type="datetime")
*/
public $created;
}

0 comments on commit fe83b69

Please sign in to comment.