[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 0a7496de1e
commit 926d0af663
15 changed files with 32 additions and 617 deletions

View File

@@ -24,7 +24,7 @@ use App\Core\DB\DB;
use App\Core\Event;
use App\Core\Form;
use function App\Core\I18n\_m;
use App\Core\Modules\Module;
use App\Core\Modules\Plugin;
use App\Core\Router\RouteLoader;
use App\Entity\Note;
use App\Entity\PollResponse;
@@ -48,7 +48,7 @@ use Symfony\Component\HttpFoundation\Request;
* @copyright 2020 Free Software Foundation, Inc http://www.fsf.org
* @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
*/
class Poll extends Module
class Poll extends Plugin
{
/**
* Map URLs to actions