/home/brandsfa/www/app/Contracts/Repositories/OrderExpectedDeliveryHistoryRepositoryInterface.php
<?php

namespace App\Contracts\Repositories;

interface OrderExpectedDeliveryHistoryRepositoryInterface extends RepositoryInterface
{

}