Skip to content

Commit

Permalink
fix: Cannot create task, messaging flag is not optional (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadedvsa authored Feb 22, 2024
1 parent 147e9c7 commit d9ec20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/Task/CreateTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ final class CreateTask extends AbstractCommand
protected $urgent;

/**
* @Transfer\Optional
* @Transfer\Filter("Laminas\Filter\StringTrim")
* @Transfer\Validator("Laminas\Validator\InArray", options={"haystack": {"Y", "N"}})
*/
Expand Down

0 comments on commit d9ec20e

Please sign in to comment.