X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FBaseModule.php;h=aaca6c5311e162ea3e6cabb2b79efc3cebbce973;hb=1f79d25ffcef2a740453f0d69f57223c03a50b79;hp=2873357fd85425dea6c6d6d48ab790765bd576b1;hpb=587953582273326dfa1ff744827897e1bf1208c9;p=friendica.git diff --git a/src/BaseModule.php b/src/BaseModule.php index 2873357fd8..aaca6c5311 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -90,13 +90,6 @@ abstract class BaseModule implements ICanHandleRequests // DI::baseurl()->redirect('module'); } - /** - * {@inheritDoc} - */ - public function afterpost() - { - } - /** * {@inheritDoc} */