Created an implementation of a token repository that isn't restricted to users and can be re-used for other objects.

This commit is contained in:
2022-02-15 12:53:31 +00:00
parent 512e13f57e
commit 091febf255
4 changed files with 498 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
* SMTP server password: SMTP_PASSWORD
*/
return [
'debug' => [
'tokens' => true,
],
'organisation' => [
'registration' => [
'require_approval' => true,