diff --git a/UPGRADE.md b/UPGRADE.md index bc978cb8e..65d7b7b72 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -57,11 +57,9 @@ The following methods have changed: ### Things to do - Custom Exception Handler needs attention -- `laravel.log` should be renamed to system.log - Move storage/cache generated by CMS to storate/cms/cache - Fix clear cache command so it actually works - Fix unit tests - Consider creating a basic Controller since $router conflicts in CmsController, or maybe avoiding conflict rename to $cmsRouter -- Search for `@todo L5` - Dispatcher now native? - Cron queue type now native? \ No newline at end of file diff --git a/storage/.gitignore b/storage/.gitignore index 78eac7b62..a2d9e6f16 100644 --- a/storage/.gitignore +++ b/storage/.gitignore @@ -1 +1,2 @@ +system.log laravel.log \ No newline at end of file