Fix linting issue

This commit is contained in:
Damian Mooyman 2017-12-11 09:00:04 +13:00
parent 381ad756f2
commit 627b496379
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class TextareaField extends FormField
);
$maxLength = $this->getMaxLength();
if($maxLength) {
if ($maxLength) {
$attributes['maxlength'] = $maxLength;
}