blessing-skin-server/app/Services/PluginManager.php

12 lines
103 B
PHP
Raw Normal View History

2016-08-24 22:43:04 +08:00
<?php
namespace App\Services;
class PluginManager
{
public function __construct()
{
}
}