externelize group training registration canel limit minutes into params.php

This commit is contained in:
Roland Schneider
2021-10-08 23:25:10 +02:00
parent f0bf8684e4
commit 15398dc8d1
3 changed files with 8 additions and 2 deletions

View File

@@ -65,5 +65,6 @@ return [
'warn_ticket_expire_in_days_count' => 3,
'warn_ticket_expire_in_usage_count' => 3,
'inventory.products.only.active' => true,
'group_training.url' => 'https://fitnessadmin.hu'
'group_training.url' => 'https://fitnessadmin.hu',
'group_training.registration.cancel.limit.minutes' => 60
];