File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony MakerBundle package.
5
+ *
6
+ * (c) Fabien Potencier <[email protected] >
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Bundle \MakerBundle \Maker ;
4
13
5
14
use Symfony \Bundle \MakerBundle \ConsoleStyle ;
8
17
use Symfony \Bundle \MakerBundle \FileManager ;
9
18
use Symfony \Bundle \MakerBundle \Generator ;
10
19
use Symfony \Bundle \MakerBundle \InputConfiguration ;
11
- use Symfony \Bundle \MakerBundle \Maker \AbstractMaker ;
12
20
use Symfony \Bundle \MakerBundle \Security \InteractiveSecurityHelper ;
13
21
use Symfony \Bundle \MakerBundle \Util \YamlSourceManipulator ;
14
22
use Symfony \Bundle \MakerBundle \Validator ;
18
26
use Symfony \Component \Console \Question \Question ;
19
27
use SymfonyCasts \Bundle \ResetPassword \SymfonyCastsResetPasswordBundle ;
20
28
21
- class MakeResetPassword
29
+ class MakeResetPassword extends AbstractMaker
22
30
{
23
31
/**
24
32
* @var FileManager
Original file line number Diff line number Diff line change 73
73
<tag name =" maker.command" />
74
74
</service >
75
75
76
+ <service id =" maker.maker.make_reset_password" class =" Symfony\Bundle\MakerBundle\Maker\MakeResetPassword" >
77
+ <argument type =" service" id =" maker.file_manager" />
78
+ <tag name =" maker.command" />
79
+ </service >
80
+
76
81
<service id =" maker.maker.make_serializer_encoder" class =" Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder" >
77
82
<tag name =" maker.command" />
78
83
</service >
You can’t perform that action at this time.
0 commit comments