api code global jain
This commit is contained in:
10
app/Repositories/Api/Access/Report/ReportInterface.php
Normal file
10
app/Repositories/Api/Access/Report/ReportInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repositories\Api\Access\Report;
|
||||
|
||||
interface ReportInterface
|
||||
{
|
||||
public function getReports();
|
||||
|
||||
public function create(array $request);
|
||||
}
|
||||
Reference in New Issue
Block a user