<?php namespace App\Repositories\Transportation; use App\Repositories\Base\BaseInterface; interface PickupPointRepositoryInterface extends BaseInterface { }