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

namespace App\Contracts\Repositories;

interface TagRepositoryInterface extends RepositoryInterface
{
}