Files
Global-Jain/app/Repositories/Api/Access/MotherTongue/MotherTongueInterface.php
2025-11-05 10:37:10 +05:30

9 lines
139 B
PHP

<?php
namespace App\Repositories\Api\Access\MotherTongue;
interface MotherTongueInterface
{
public function getMotherTongueList();
}