Update ConstructionConsentContact.php - forcestr

This commit is contained in:
Frank Schubert
2025-03-25 15:27:33 +00:00
parent 7b7bf8028d
commit fa2160be3b

View File

@@ -1,6 +1,7 @@
<?php
class ConstructionConsentContact extends mfBaseModel {
protected $forcestr = ["zip", "name", "phone", "fax", "email"];
private $consent;
protected function beforeUpdate($data) {
@@ -187,4 +188,4 @@ class ConstructionConsentContact extends mfBaseModel {
//var_dump($filter, $where);exit;
return $where;
}
}
}