From: Vincent Vanwaelscappel Date: Fri, 24 May 2019 16:01:44 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e1b16b9f5a0c92aa02d4202a29749eaefd549c26;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Magic/Models/CubistMagicModelAbstract.php b/src/app/Magic/Models/CubistMagicModelAbstract.php index 391159a..415c5ea 100644 --- a/src/app/Magic/Models/CubistMagicModelAbstract.php +++ b/src/app/Magic/Models/CubistMagicModelAbstract.php @@ -44,6 +44,11 @@ class CubistMagicModelAbstract extends Model $this->fill($attributes); } + public function setFields() + { + + } + /** * Return the sluggable configuration array for this model. *