laipower/wp-content/plugins/activitypub/includes/class-health-check.php

13 lines
164 B
PHP
Raw Normal View History

2020-04-07 13:03:04 +00:00
<?php
namespace Activitypub;
/**
* ActivityPub Health_Check Class
*
* @author Matthias Pfefferle
*/
class Health_Check {
public static function init() {
}
}