9 lines
123 B
PHP
9 lines
123 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Api\Access\Thana;
|
|
|
|
interface ThanaInterface
|
|
{
|
|
// public function getThanaDetail();
|
|
}
|