Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: fix stolen community licence journey (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Jan 26, 2024
1 parent 3275482 commit 3e2a048
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 3e2a048

Please sign in to comment.