Skip to content

Commit

Permalink
Added nullable property to error_details column (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ataberkylmz authored Jun 18, 2021
1 parent b314734 commit f39edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Notification extends ModelEntity implements \JsonSerializable

/**
* @var string
* @ORM\Column(name="error_details", type="text")
* @ORM\Column(name="error_details", type="text", nullable=true)
*/
private $errorDetails;

Expand Down

0 comments on commit f39edbe

Please sign in to comment.