aboutsummaryrefslogtreecommitdiff
path: root/model/Form.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Form.php')
-rw-r--r--model/Form.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/model/Form.php b/model/Form.php
deleted file mode 100644
index d7cd5d9..0000000
--- a/model/Form.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-class Form
-{
- public $name;
- public $email;
- public $message;
- public $spam;
-}