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