X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=3ad4a4f055a7be33ebba9b3a1dfe42556ca7f11c;hb=59c137b9467c9e06ca851af8372ac51762d2c4c9;hp=d0019ccd1c5451bbdbbc203253ee8c9c5caaac76;hpb=0af5e54ef1338a5f4a8c247ba84910148129bdea;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index d0019ccd1c..3ad4a4f055 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -9,7 +9,7 @@ namespace Friendica; * 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 + * @author Hypolite Petovan */ abstract class BaseModule extends BaseObject {