]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseModule.php
Merge pull request #5435 from annando/htaccess
[friendica.git] / src / BaseModule.php
index aad4e6fb01dd8df56c91fdf068415937f8f23984..d0019ccd1c5451bbdbbc203253ee8c9c5caaac76 100644 (file)
@@ -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