Skip to content

Commit a83ebe3

Browse files
committed
Fix the FOSUser config
1 parent ab59da7 commit a83ebe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Fixtures/app/config/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ fos_user:
5757
service:
5858
user_manager: 'app.user_manager'
5959
user_class: 'ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\User'
60+
from_email:
61+
address: '[email protected]'
62+
sender_name: 'Kévin Dunglas'
6063

6164
nelmio_api_doc:
6265
sandbox:

0 commit comments

Comments
 (0)