Fixed module translations

This commit is contained in:
Franck Allimant
2014-04-22 12:12:53 +02:00
parent 7054b3d316
commit 9e0dedcb45
4 changed files with 624 additions and 626 deletions

View File

@@ -27,9 +27,5 @@ use Thelia\Module\BaseModule;
class Front extends BaseModule
{
/**
* YOU HAVE TO IMPLEMENT HERE ABSTRACT METHODD FROM BaseModule Class
* Like install and destroy
*/
const MESSAGE_DOMAIN = 'front';
}