refactor how to assign template to parser

This commit is contained in:
Manuel Raynaud
2013-11-06 11:12:39 +01:00
parent 1ccd2e63ce
commit 2d291cf5a0
5 changed files with 40 additions and 25 deletions

View File

@@ -42,7 +42,8 @@ abstract class BaseModuleGenerate extends ContainerAwareCommand
'Config',
'Model',
'Loop',
'AdminIncludes'
'AdminIncludes',
'templates',
);
protected function verifyExistingModule()