fixed bug in form class that prevented name attribute from being set properly on input elements.

This commit is contained in:
Taylor Otwell
2011-09-08 17:54:05 -05:00
parent fdc1c34676
commit 174d50c044
3 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
* Laravel - A clean and classy framework for PHP web development.
*
* @package Laravel
* @version 1.5.7
* @version 1.5.8
* @author Taylor Otwell
* @link http://laravel.com
*/