mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-01 02:48:09 +00:00
10 lines
100 B
PHP
10 lines
100 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Yansongda\Supports;
|
|
|
|
class Config extends Collection
|
|
{
|
|
}
|