]> _ Git - cubist_cms-back.git/commitdiff
wip #4174 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Jan 2021 14:10:33 +0000 (15:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Jan 2021 14:10:33 +0000 (15:10 +0100)
src/app/Magic/Form.php [new file with mode: 0644]

diff --git a/src/app/Magic/Form.php b/src/app/Magic/Form.php
new file mode 100644 (file)
index 0000000..e971936
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+
+namespace Cubist\Backpack\Magic;
+
+
+class Form extends SubForm
+{
+    public function render()
+    {
+
+    }
+}