get started
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5b75023a4d
commit
867cdb072b
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
interface IFriendRequestService {
|
||||||
|
public function sendRequest($fromUserId, $toUserId);
|
||||||
|
public function acceptRequest($requestId);
|
||||||
|
public function declineRequest($requestId);
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
interface INotificationService {
|
||||||
|
public function sendNotification($toUserId, $notification);
|
||||||
|
}
|
Loading…
Reference in new issue