summaryrefslogtreecommitdiffstats
path: root/library/vendor/ipl/Html/src/FormElement/FileElement.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/vendor/ipl/Html/src/FormElement/FileElement.php')
-rw-r--r--library/vendor/ipl/Html/src/FormElement/FileElement.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/vendor/ipl/Html/src/FormElement/FileElement.php b/library/vendor/ipl/Html/src/FormElement/FileElement.php
deleted file mode 100644
index 88aeb8c..0000000
--- a/library/vendor/ipl/Html/src/FormElement/FileElement.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-namespace reportingipl\Html\FormElement;
-
-use ipl\Html\FormElement\InputElement;
-
-class FileElement extends InputElement
-{
- protected $type = 'file';
-
- public function setValue($value)
- {
- return $this;
- }
-}