api code global jain
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace App\Repositories\Api\Access\Relationship;
|
||||
|
||||
interface RelationshipInterface
|
||||
{
|
||||
public function getRelationships();
|
||||
|
||||
public function sendRelationshipRequest(array $data);
|
||||
|
||||
public function acceptRelationshipRequest(array $data);
|
||||
|
||||
public function listRelationshipRequest();
|
||||
|
||||
public function sentRelationshipRequestList();
|
||||
}
|
||||
Reference in New Issue
Block a user