mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-08-23 21:28:40 +00:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Yansongda\Supports;
|
|
|
|
class Config extends Collection {}
|