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