api code global jain
This commit is contained in:
14
app/Repositories/Api/Access/Request/RequestInterface.php
Normal file
14
app/Repositories/Api/Access/Request/RequestInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace App\Repositories\Api\Access\Request;
|
||||
|
||||
interface RequestInterface
|
||||
{
|
||||
|
||||
public function sendFriendRequest(array $data);
|
||||
|
||||
public function acceptFriendRequest(array $data);
|
||||
|
||||
public function listFriendRequest();
|
||||
|
||||
public function sentRequestList();
|
||||
}
|
||||
Reference in New Issue
Block a user