mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-06 00:06:51 +02:00
9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Modules\Plugins\Core\BasePlugin;
|
|
|
|
class AtlantisHelloBroken extends BasePlugin
|
|
{
|
|
}
|