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