mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
Added documentation
This commit is contained in:
parent
537da657cc
commit
c975d0f799
9 changed files with 39 additions and 9 deletions
|
@ -9,6 +9,10 @@ use Friendica\Model\GServer;
|
|||
|
||||
class UpdateServerDirectory
|
||||
{
|
||||
/**
|
||||
* Query the given server for their users
|
||||
* @param string $gserver Server URL
|
||||
*/
|
||||
public static function execute($gserver)
|
||||
{
|
||||
GServer::updateDirectory($gserver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue