9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Api\Access\MotherTongue;
|
|
|
|
interface MotherTongueInterface
|
|
{
|
|
public function getMotherTongueList();
|
|
}
|