diff options
-rw-r--r-- | config/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index beb2bd1a..c5fdb4c0 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -96,7 +96,7 @@ return [ // Voucher calculation 'voucher_settings' => [ - 'initial_vouchers' => 2, + 'initial_vouchers' => 0, 'shifts_per_voucher' => 1, ], |