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