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