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