11 lines
77 B
PHP
11 lines
77 B
PHP
<?php
|
|
|
|
namespace addons\webman\service;
|
|
/**
|
|
* 服务
|
|
*/
|
|
class Service
|
|
{
|
|
|
|
}
|