aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:45:02 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:45:02 -0400
commit209eb412cc3324636cf236d4eea24d41d68bf98e (patch)
tree3ef9468fd25f99eda46e276849f2a65da15edc31
parent0ffa977ecb8b20a4af0599a44d1b75394c8b114e (diff)
downloadedwinmattiacci.com-209eb412cc3324636cf236d4eea24d41d68bf98e.tar.gz
edwinmattiacci.com-209eb412cc3324636cf236d4eea24d41d68bf98e.tar.bz2
edwinmattiacci.com-209eb412cc3324636cf236d4eea24d41d68bf98e.zip
model/Form: Add spam attribute
-rw-r--r--model/Form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/Form.php b/model/Form.php
index 2ed0d96..d7cd5d9 100644
--- a/model/Form.php
+++ b/model/Form.php
@@ -5,4 +5,5 @@ class Form
public $name;
public $email;
public $message;
+ public $spam;
}