Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soarecostin committed Jul 18, 2019
1 parent cb43029 commit 32b1bab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
}
}

0 comments on commit 32b1bab

Please sign in to comment.