/home/brandsfa/annurbd.com/app/Contracts/Repositories/CategoryRepositoryInterface.php
<?php

namespace App\Contracts\Repositories;

interface CategoryRepositoryInterface extends RepositoryInterface
{

}