[PLUGIN] Change base class from Module to Plugin for all plugins

This commit is contained in:
2021-04-19 18:51:05 +00:00
parent a66118aee7
commit aeabf64051
15 changed files with 32 additions and 617 deletions

View File

@@ -33,9 +33,9 @@
namespace Plugin\XMPPNotifications;
use App\Core\Event;
use App\Core\Modules\Module;
use App\Core\Modules\Plugin;
class XMPPNotifications extends Module
class XMPPNotifications extends Plugin
{
public function onAddNotificationTransport(&$form_defs): bool
{