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

diff --git a/src/app/Magic/Fields/URL.php b/src/app/Magic/Fields/URL.php
new file mode 100644 (file)
index 0000000..278298d
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+
+namespace Cubist\Backpack\app\Magic\Fields;
+
+class URL extends Field
+{
+    protected $_adminType = 'url';
+    protected $_databaseType = 'string';
+}