. */ /* */ /*************************************************************************************/ namespace TheliaDebugBar; use Thelia\Module\BaseModule; class TheliaDebugBar extends BaseModule { /** * YOU HAVE TO IMPLEMENT HERE ABSTRACT METHODD FROM BaseModule Class * Like install and destroy */ public function getCode() { return 'TheliaDebugBar'; } }