Removed logic making visits to be returned for 2 days only if no start or end date were provided

This commit is contained in:
Alejandro Celaya
2016-08-28 19:32:07 +02:00
parent a9f480ca99
commit 15896045f3
2 changed files with 3 additions and 6 deletions

View File

@@ -73,5 +73,8 @@
"serve": "php -S 0.0.0.0:8000 -t public/",
"test": "phpunit --coverage-clover build/clover.xml",
"pretty-test": "phpunit --coverage-html build/coverage"
},
"config": {
"process-timeout": 0
}
}