From 4f52ae53278aac1f16734bc29264c25ea759a918 Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 5 Aug 2019 11:54:09 -0400 Subject: [PATCH] change multiple for ArrayAcces in TemplateProperty --- src/Charcoal/Property/TemplateProperty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charcoal/Property/TemplateProperty.php b/src/Charcoal/Property/TemplateProperty.php index f0893bd9..16742427 100644 --- a/src/Charcoal/Property/TemplateProperty.php +++ b/src/Charcoal/Property/TemplateProperty.php @@ -213,7 +213,7 @@ public function sqlExtra() */ public function sqlType() { - if ($this->multiple()) { + if ($this['multiple']) { return 'TEXT'; }