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