Membership

This commit is contained in:
Kevin Adametz 2020-03-07 19:44:58 +01:00
parent 37cb2b06c7
commit 21abafb8db
51 changed files with 1549 additions and 493 deletions

10
config/mivita.php Executable file
View file

@ -0,0 +1,10 @@
<?php
return [
'renewal_days' => env('MIVITA_RENEWAL_DAYS', '29'),
'abo_booking_days' => env('MIVITA_ABO_BOOKING_DAYS', '14'),
];