diff --git a/update.bat b/update.bat index 31a2f5a..2caf9ca 100644 --- a/update.bat +++ b/update.bat @@ -3,5 +3,6 @@ call git pull call php bin/console cache:clear call php bin/console cache:pool:prune call php bin/console cache:warmup +call composer update echo Update complete and changes should now be visible. If not, you may need to recycle application pools. pause \ No newline at end of file