Update BaseModule::rawContent to add sample implementation
This commit is contained in:
parent
b4b67aa136
commit
187ea9ab21
|
@ -35,6 +35,8 @@ abstract class BaseModule extends BaseObject
|
||||||
*/
|
*/
|
||||||
public static function rawContent()
|
public static function rawContent()
|
||||||
{
|
{
|
||||||
|
// echo '';
|
||||||
|
// exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue