mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
16 lines
191 B
PHP
16 lines
191 B
PHP
<?php /** @file */
|
|
|
|
namespace Zotlabs\Daemon;
|
|
|
|
require_once('include/socgraph.php');
|
|
|
|
class Cli_suggest {
|
|
|
|
static public function run($argc,$argv) {
|
|
|
|
update_suggestions();
|
|
return;
|
|
|
|
}
|
|
}
|