]> _ Git - cubist_cms-back.git/commitdiff
#2843
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jun 2019 14:02:42 +0000 (16:02 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jun 2019 14:02:42 +0000 (16:02 +0200)
src/app/Magic/SubForm.php [new file with mode: 0644]

diff --git a/src/app/Magic/SubForm.php b/src/app/Magic/SubForm.php
new file mode 100644 (file)
index 0000000..5161993
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+
+namespace Cubist\Backpack\app\Magic;
+
+
+class SubForm
+{
+    use BunchOfFields;
+
+    public function __construct()
+    {
+    }
+}