Removed the dynamic regular chore period type (since it's the same as daily)

This commit is contained in:
Bernd Bestel
2022-02-09 20:25:16 +01:00
parent 10d7d44825
commit 7d4c9fefa9
9 changed files with 12 additions and 21 deletions

View File

@@ -16,8 +16,6 @@ class ChoresService extends BaseService
const CHORE_PERIOD_TYPE_DAILY = 'daily';
const CHORE_PERIOD_TYPE_DYNAMIC_REGULAR = 'dynamic-regular';
const CHORE_PERIOD_TYPE_MANUALLY = 'manually';
const CHORE_PERIOD_TYPE_MONTHLY = 'monthly';