diff --git a/laravel/form.php b/laravel/form.php index de2954b1..5fa6d129 100644 --- a/laravel/form.php +++ b/laravel/form.php @@ -427,7 +427,7 @@ class Form { $html[] = static::option($value, $display, $selected); } - return ''.implode('', $html).''; + return ''.implode('', $html).''; } /**