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

namespace App\Contracts\Repositories;

interface CurrencyRepositoryInterface extends RepositoryInterface
{

}