TaoLer/vendor/yansongda/supports/src/Config.php
2022-08-02 21:13:36 +08:00

10 lines
100 B
PHP

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