9 lines
123 B
PHP
9 lines
123 B
PHP
<?php
|
|
|
|
namespace App\Repositories\Api\Access\Dharma;
|
|
|
|
interface DharmaInterface
|
|
{
|
|
public function getDharmaDetail();
|
|
}
|