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