repositoryInterface.stub 354 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
/**
 * Created by PhpStorm.
 * User: %user%
 * Date: %date%
 * Time: %time%
 * Description:
 */

declare(strict_types=1);

namespace App\Repository\Interfaces;

use Meibuyu\Micro\Repository\Contracts\RepositoryInterface;

/**
王源's avatar
王源 committed
17
 * Interface %ClassName%
王源's avatar
王源 committed
18
 * @package App\Repository\Interfaces
19 20 21 22 23
 */
interface %ClassName% extends RepositoryInterface
{

}