Update "mrpetovan" email address
[friendica.git/.git] / src / BaseModule.php
index aad4e6f..3ad4a4f 100644 (file)
@@ -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 <hypolite@mrpetovan.com>
  */
 abstract class BaseModule extends BaseObject
 {