fixed typo in form class.

This commit is contained in:
Taylor Otwell 2011-06-15 23:21:51 -05:00
parent cd7e1eb664
commit 5ddab2bf96
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public static function open($action = null, $method = 'POST', $attributes = arra
/** /**
* Close a HTML form. * Close a HTML form.
* *
* @return void * @return string
*/ */
public static function close() public static function close()
{ {