text changes to registration mail content
[namibia] / module / Utility / src / Utility / Import / FieldInterface.php
1 <?php
2 namespace Utility\Import;
3
4 interface FieldInterface
5 {
6     public function parse($value);
7 }