mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-20 13:37:32 +08:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Yansongda\Supports;
|
|
|
|
class Config extends Collection {}
|