<?php


namespace App\Repositories\Dummy;


use App\Repositories\BaseRepositoryInterface;

interface DummyInterface extends BaseRepositoryInterface
{
}
