diff --git a/changelog.md b/changelog.md index f59c4bc..37ee6b8 100644 --- a/changelog.md +++ b/changelog.md @@ -29,4 +29,8 @@ #### Fix - Activity form -- Typo on nav \ No newline at end of file +- Typo on nav + +### Next +#### Fix +- Cache clear in update.bat \ No newline at end of file diff --git a/update.bat b/update.bat index b0d138b..aec3151 100644 --- a/update.bat +++ b/update.bat @@ -2,4 +2,5 @@ php composer.phar install php bin/console doctrine:migrations:diff -n php bin/console doctrine:migrations:migrate -n +php bin/console cache:clear pause \ No newline at end of file