Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -18,7 +18,7 @@ class FormDataMapper {
|
||||
* @return DynamicSegment
|
||||
* @throws InvalidSegmentTypeException
|
||||
*/
|
||||
function mapDataToDB(array $data) {
|
||||
public function mapDataToDB(array $data) {
|
||||
$filters = $this->getFilters($data);
|
||||
$dynamic_segment = $this->createDynamicSegment($data);
|
||||
|
||||
|
Reference in New Issue
Block a user