This commit is contained in:
Andras Bacsai
2023-06-12 12:00:01 +02:00
parent b097842d01
commit a97d22b81b
36 changed files with 364 additions and 202 deletions

9
config/constants.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'invitation' => [
'link' => [
'base_url' => '/invitations/',
'expiration' => 10,
],
],
];