Readded removed comments

This commit is contained in:
Michael 2019-11-05 22:01:45 +00:00
parent 3a9bbd6be7
commit aecac2cb54
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@ abstract class BaseModule extends BaseObject
*/
public static function rawContent(array $parameters = [])
{
// echo '';
// exit;
}
/**
@ -60,6 +62,8 @@ abstract class BaseModule extends BaseObject
*/
public static function post(array $parameters = [])
{
// $a = self::getApp();
// $a->internalRedirect('module');
}
/**