fixed merge conflicts and merged master.
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Laravel Change Log
|
# 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
|
## Version 1.5.6
|
||||||
|
|
||||||
- Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist.
|
- 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';
|
require $laravel.'/laravel.php';
|
||||||
|
|
||||||
echo (microtime(true) - $t) * 1000;
|
echo (microtime(true) - $t) * 1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user