]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 May 2019 15:30:24 +0000 (17:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 May 2019 15:30:24 +0000 (17:30 +0200)
src/app/Magic/Fields/Field.php

index afae70c74729a7f8e33493295888993c895f434f..d3a38f9df77e9e883474c18fd4e15b4dbe7c1b12 100644 (file)
@@ -126,4 +126,9 @@ class Field
             $table->addIndex([$name]);
         }
     }
+
+    protected function _postSetAttributes()
+    {
+
+    }
 }