2025-11-14 15:50:28 +08:00

8 lines
99 B
PHP

<?php
declare(strict_types=1);
namespace Yansongda\Supports;
class Config extends Collection {}