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