Set 'max_freeloadable_shifts' to 1 instead of 0

2022-03-24
Luca 3 years ago
parent 7f5c2da582
commit efe62792e1

@ -274,7 +274,7 @@ return [
'enable_goody' => (bool)env('ENABLE_GOODY', false),
// Number of shifts to freeload until angel is locked for shift signup.
'max_freeloadable_shifts' => env('MAX_FREELOADABLE_SHIFTS', 0),
'max_freeloadable_shifts' => env('MAX_FREELOADABLE_SHIFTS', 1),
// Local timezone
'timezone' => env('TIMEZONE', ini_get('date.timezone') ?: 'Europe/Berlin'),

Loading…
Cancel
Save