]> _ Git - cubist_cms-back.git/commitdiff
#2843
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Jun 2019 19:46:06 +0000 (21:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Jun 2019 19:46:06 +0000 (21:46 +0200)
src/app/Magic/Fields/Email.php [new file with mode: 0644]

diff --git a/src/app/Magic/Fields/Email.php b/src/app/Magic/Fields/Email.php
new file mode 100644 (file)
index 0000000..ebc75be
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+
+namespace Cubist\Backpack\app\Magic\Fields;
+
+
+class Email extends Field
+{
+    protected $_adminType = 'email';
+    protected $_columnType = 'email';
+}