<?php namespace App\Contracts\Repositories\Base; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface DictDetailRepository. */ interface DictDetailRepository extends RepositoryInterface { }