Skip to content

Commit

Permalink
[TASK] Remove validation of description property in Job modell
Browse files Browse the repository at this point in the history
  • Loading branch information
toniwv committed Feb 19, 2024
1 parent 3b5c873 commit 289f7fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/Domain/Model/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ class Job extends AbstractEntity
*/
protected $employmentStartDate;

/**
* @TYPO3\CMS\Extbase\Annotation\Validate("NotEmpty")
*/
protected string $description;

/**
Expand Down

0 comments on commit 289f7fb

Please sign in to comment.