Commit f31bf1c8 authored by Taylor Otwell's avatar Taylor Otwell

fixed merge conflicts.

parents abc1fad6 174d50c0
# Laravel Change Log
## Version 1.5.8
- Fixed bug in form class that prevent name attributes from being set properly.
### Upgrading from 1.5.7
- Replace **system** directory.
## Version 1.5.7
- Fixed bug that prevented view composers from being called for module named views.
......
......@@ -45,4 +45,4 @@ $public = __DIR__;
*/
require $laravel.'/laravel.php';
echo (microtime(true) - START_TIME) * 1000;
\ No newline at end of file
echo (microtime(true) - START_TIME) * 1000;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment