mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 11:41:27 +08:00
11 lines
102 B
PHP
11 lines
102 B
PHP
<?php
|
|
|
|
namespace App\Repos;
|
|
|
|
use Phalcon\Mvc\User\Component;
|
|
|
|
class Repository extends Component
|
|
{
|
|
|
|
}
|