Update presence.php

This commit is contained in:
FusionPBX 2022-05-20 17:15:57 -06:00 committed by GitHub
parent 27f0d9d5b4
commit ed1d1afd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -22,11 +22,10 @@
*/
/**
* permission class
* presence class
*
* @method string add
* @method string delete
* @method string exists
* @method boolean active
* @method array show
*/
if (!class_exists('presence')) {