mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 04:20:37 -05:00
11 lines
No EOL
102 B
PHP
11 lines
No EOL
102 B
PHP
<?php
|
|
|
|
class OC_OCS_Activity {
|
|
|
|
public static function activityGet($parameters){
|
|
// TODO
|
|
}
|
|
|
|
}
|
|
|
|
?>
|