Merge pull request #53 from Zauberfisch/patch-2

Added missing $isMultiple
This commit is contained in:
Christopher Pitt 2015-10-20 13:45:33 -07:00
commit 04e99483da

View File

@ -34,6 +34,11 @@ class TagField extends DropdownField {
*/
protected $titleField = 'Title';
/**
* @var string
*/
protected $isMultiple;
/**
* @param string $name
* @param string $title