refactor
This commit is contained in:
parent
ec84a5ebd8
commit
f8e280f32f
2
.env
2
.env
@ -20,6 +20,6 @@ APP_SECRET=
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> symfony/mailer ###
|
||||
MAILER_DSN=${MAILER_DSN:-smtp://localhost:1025}
|
||||
MAILER_DSN=smtp://${MAILER_USER:-null}:${MAILER_PASSWORD:-null}@${MAILER_HOST:-localhost}:${MAILER_PORT:-1025}
|
||||
CONTACT_MAIL=${CONTACT_MAIL:-contact@localhost}
|
||||
###< symfony/mailer ###
|
||||
|
@ -4,7 +4,6 @@ namespace App\Form;
|
||||
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\EmailType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\TextType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
|
Loading…
x
Reference in New Issue
Block a user