mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// IMPORTS_HERE
|
|
use Modules\Plugins\Core\BasePlugin;
|
|
|
|
class Plugin extends BasePlugin
|
|
{
|
|
// HOOKS_HERE
|
|
}
|