Update ConstructionConsentContact.php - forcestr
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user