From: Tobias Diekershoff Date: Tue, 3 Apr 2018 14:33:39 +0000 (+0200) Subject: added hint about naming the class and filename X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0af5e54ef1338a5f4a8c247ba84910148129bdea;p=friendica.git added hint about naming the class and filename --- 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