Update BaseModule::rawContent to add sample implementation

This commit is contained in:
Hypolite Petovan 2019-04-14 08:57:55 -04:00
parent b4b67aa136
commit 187ea9ab21

View file

@ -35,6 +35,8 @@ abstract class BaseModule extends BaseObject
*/ */
public static function rawContent() public static function rawContent()
{ {
// echo '';
// exit;
} }
/** /**