From: Vincent Vanwaelscappel Date: Wed, 12 Jan 2022 19:04:16 +0000 (+0100) Subject: wip #5023 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1fbb60def52fa8abaa95eeac215d4e1cef5adb6f;p=cubist_cms-back.git wip #5023 @0.25 --- diff --git a/src/app/Magic/Fields/Files.php b/src/app/Magic/Fields/Files.php index 4f81c8a..108f4c0 100644 --- a/src/app/Magic/Fields/Files.php +++ b/src/app/Magic/Fields/Files.php @@ -15,6 +15,7 @@ class Files extends Field protected $_thumbConversion = 'backpack_thumb'; protected $_nameAsCollection = false; protected $_maxFiles = 1; + protected $_cast = 'string'; public function getDefaultAttributes() {