ad-aures_castoPod/tests/modules/Plugins/mocks/plugins/atlantis/hello-broken/Plugin.php
2024-06-14 15:53:33 +00:00

9 lines
120 B
PHP

<?php
declare(strict_types=1);
use Modules\Plugins\Core\BasePlugin;
class AtlantisHelloBroken extends BasePlugin
{
}