Skip to content

Commit

Permalink
fix: fix stolen community licence journey (dvsa/olcs-selfserve#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Jan 26, 2024
1 parent 244a0ee commit 8cdd338
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CommunityLicenceStolen
* }
* },
* }
* })
* )
* @Form\Filter("Laminas\Filter\StringTrim")
* @Form\Type("\Laminas\Form\Element\Textarea")
* @Form\Attributes({
Expand All @@ -58,7 +58,7 @@ class CommunityLicenceStolen
* })
* @Form\Options({
* "hint": "licence.surrender.operator_licence_stolen.text_area.hint"
* )
* })
*/
public $details = null;
}

0 comments on commit 8cdd338

Please sign in to comment.