mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-09 04:19:32 +08:00
12 lines
111 B
PHP
12 lines
111 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
class Utils
|
|
{
|
|
public static function config(string $name = ''): void
|
|
{
|
|
|
|
}
|
|
}
|