mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-27 04:57:39 +08:00
9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
|
|
namespace App\Http\Admin\Services;
|
|
|
|
class Service extends \Phalcon\Mvc\User\Component
|
|
{
|
|
|
|
}
|