File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Yiisoft \Form \Widget \Form ;
66use Yiisoft \Html \Html ;
77
8- /* @var App\Form \ContactForm $form */
8+ /* @var App\Contact \ContactForm $form */
99/* @var Yiisoft\Router\UrlGeneratorInterface $url */
1010/* @var string|null $csrf */
1111/* @var Yiisoft\Form\Widget\Field $field */
Original file line number Diff line number Diff line change 44
55namespace App \Contact ;
66
7- use App \Form \ContactForm ;
87use Psr \Http \Message \ResponseFactoryInterface ;
98use Psr \Http \Message \ResponseInterface ;
109use Psr \Http \Message \ServerRequestInterface ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Form ;
5+ namespace App \Contact ;
66
77use Yiisoft \Form \FormModel ;
88use Yiisoft \Validator \Rule \Email ;
Original file line number Diff line number Diff line change 44
55namespace App \Contact ;
66
7- use App \Service \Mailer ;
8- use App \Service \Message ;
97use Psr \Http \Message \ServerRequestInterface ;
108use Yiisoft \Form \FormModelInterface ;
119
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Service ;
5+ namespace App \Contact ;
66
77use Yiisoft \Mailer \MailerInterface ;
88
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace App \Service ;
5+ namespace App \Contact ;
66
77use Psr \Http \Message \UploadedFileInterface ;
88
You can’t perform that action at this time.
0 commit comments