From 32b1babbf179324d1f2739006274f169883e5607 Mon Sep 17 00:00:00 2001 From: Costin Soare Date: Thu, 18 Jul 2019 21:54:41 +0200 Subject: [PATCH] syntax error fix --- src/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Form.php b/src/Form.php index 66c4fc4..9c5099c 100644 --- a/src/Form.php +++ b/src/Form.php @@ -102,6 +102,5 @@ protected function setAutocomplete() { // Set default autocomplete option (on/off) from cofing file $this->autocomplete = $this->params->get('autocomplete', config('blade-form-components.autocomplete')); - } } }