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