mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 04:51:17 +00:00
12 lines
141 B
PHP
12 lines
141 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// IMPORTS_HERE
|
|
use Modules\Plugins\Core\BasePlugin;
|
|
|
|
class Plugin extends BasePlugin
|
|
{
|
|
// HOOKS_HERE
|
|
}
|