mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 03:32:47 +08:00
9 lines
92 B
PHP
9 lines
92 B
PHP
<?php
|
|
|
|
namespace App\Http\Admin\Services;
|
|
|
|
class Service extends \App\Services\Service
|
|
{
|
|
|
|
}
|