File "PickupPointRepositoryInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/Transportation/PickupPointRepositoryInterface.php
File size: 165 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\Transportation;
use App\Repositories\Base\BaseInterface;
interface PickupPointRepositoryInterface extends BaseInterface
{
}