mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Implement email verification feature, add registration form, and update user entity for verification status
This commit is contained in:
@@ -26,6 +26,7 @@ return RectorConfig::configure()
|
||||
doctrineCodeQuality: true,
|
||||
symfonyCodeQuality: true,
|
||||
)
|
||||
->withComposerBased(twig: true, doctrine: true, phpunit: true)
|
||||
->withAttributesSets(all: true)
|
||||
->withComposerBased(twig: true, doctrine: true, phpunit: true, symfony: true)
|
||||
->withAttributesSets()
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user