diff --git a/laravel/form.php b/laravel/form.php index 912a4630..c53486fe 100644 --- a/laravel/form.php +++ b/laravel/form.php @@ -17,7 +17,7 @@ class Form { * @param array $attributes * @param bool $https * @return string - */ + */ public static function open($action = null, $method = 'POST', $attributes = array(), $https = false) { $attributes['action'] = HTML::entities(URL::to(((is_null($action)) ? Request::uri() : $action), $https));