X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=3ad4a4f055a7be33ebba9b3a1dfe42556ca7f11c;hb=8c7e5bb776583ac97b31bc023fbc335b1a2b1251;hp=aad4e6fb01dd8df56c91fdf068415937f8f23984;hpb=5c1fae25368c41aef9a8a18ccda27fc35b0b9318;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index aad4e6fb01..3ad4a4f055 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -6,7 +6,10 @@ namespace Friendica; * All modules in Friendica should extend BaseModule, although not all modules * need to extend all the methods described here * - * @author Hypolite Petovan mrpetovan@gmail.com + * The filename of the module in src/Module needs to match the class name + * exactly to make the module available. + * + * @author Hypolite Petovan */ abstract class BaseModule extends BaseObject {