Commit 86da3af7 authored by Taylor Otwell's avatar Taylor Otwell

fixed merge conflicts and merged master.

parents 0e6859fb fdc1c346
# Laravel Change Log
## Version 1.5.7
- Fixed bug that prevented view composers from being called for module named views.
### Upgrading from 1.5.6
- Replace **system** directory.
## Version 1.5.6
- Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist.
......
......@@ -38,4 +38,4 @@ $public = __DIR__;
*/
require $laravel.'/laravel.php';
echo (microtime(true) - $t) * 1000;
\ No newline at end of file
echo (microtime(true) - $t) * 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