Merge branch 'develop' of github.com:laravel/laravel into develop

This commit is contained in:
Taylor Otwell
2012-03-01 11:24:04 -06:00
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ return array(
|
*/
'ignore' => array(E_NOTICE, E_USER_NOTICE, E_DEPRECATED, E_USER_DEPRECATED),
'ignore' => array(),
/*
|--------------------------------------------------------------------------