mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
12 lines
103 B
PHP
12 lines
103 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
class PluginManager
|
|
{
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
}
|