|
|
@ -115,7 +115,7 @@ return [
|
|
|
|
'max_freeloadable_shifts' => 2,
|
|
|
|
'max_freeloadable_shifts' => 2,
|
|
|
|
|
|
|
|
|
|
|
|
// Local timezone
|
|
|
|
// Local timezone
|
|
|
|
'timezone' => env('TIMEZONE', 'Europe/Berlin'),
|
|
|
|
'timezone' => env('TIMEZONE', ini_get('date.timezone') ?: 'Europe/Berlin'),
|
|
|
|
|
|
|
|
|
|
|
|
// Multiply 'night shifts' and freeloaded shifts (start or end between 2 and 6 exclusive) by 2
|
|
|
|
// Multiply 'night shifts' and freeloaded shifts (start or end between 2 and 6 exclusive) by 2
|
|
|
|
'night_shifts' => [
|
|
|
|
'night_shifts' => [
|
|
|
|