From: Hypolite Petovan Date: Sun, 14 Apr 2019 12:57:55 +0000 (-0400) Subject: Update BaseModule::rawContent to add sample implementation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=187ea9ab21b7ad632e47fce3c384fd886bcca566;p=friendica.git Update BaseModule::rawContent to add sample implementation --- diff --git a/src/BaseModule.php b/src/BaseModule.php index 85a506beaa..3878d15073 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -35,6 +35,8 @@ abstract class BaseModule extends BaseObject */ public static function rawContent() { + // echo ''; + // exit; } /**