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