mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-27 21:10:24 +08:00
11 lines
98 B
PHP
11 lines
98 B
PHP
<?php
|
|
|
|
namespace App\Repos;
|
|
|
|
use Phalcon\Di\Injectable;
|
|
|
|
class Repository extends Injectable
|
|
{
|
|
|
|
}
|