File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 206
206
</service >
207
207
208
208
<!-- Commands -->
209
- <service id =" form.command.debug" class =" Symfony\Bundle\FrameworkBundle \Command\FormDebugCommand" >
209
+ <service id =" form.command.debug" class =" Symfony\Component\Form \Command\FormDebugCommand" >
210
210
<tag name =" console.command" command =" debug:form" />
211
211
<argument type =" service" id =" form.registry" />
212
212
</service >
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \ FrameworkBundle \Command ;
12
+ namespace Symfony \Component \ Form \Command ;
13
13
14
14
use Symfony \Component \Console \Command \Command ;
15
15
use Symfony \Component \Console \Helper \TableSeparator ;
You can’t perform that action at this time.
0 commit comments