Fixed obsolete comment

This commit is contained in:
Franck Allimant
2014-01-16 10:54:03 +01:00
parent 98a21c72c5
commit 380e856df8

View File

@@ -27,9 +27,10 @@ use Thelia\Module\BaseModule;
class %%CLASSNAME%% extends BaseModule
{
/**
* YOU HAVE TO IMPLEMENT HERE ABSTRACT METHODD FROM BaseModule Class
* Like install and destroy
/*
* You may now override BaseModuleInterface methods, such as:
* install, destroy, preActivation, postActivation, preDeactivation, postDeactivation
*
* Have fun !
*/
}
}