mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
update: comments in xmpp handler
This commit is contained in:
parent
37003d0bcd
commit
6f1f839c49
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Handles the logic for "email" link type.
|
||||
*
|
||||
* Handles the logic for "xmpp" link type.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request The incoming request.
|
||||
* @param mixed $linkType The link type information.
|
||||
* @return array The prepared link data.
|
||||
@ -16,4 +16,4 @@ function handleLinkType($request, $linkType) {
|
||||
];
|
||||
|
||||
return $linkData;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user