Update OVHsms.php

This commit is contained in:
Tim 2020-08-12 15:33:02 +02:00 committed by GitHub
parent 0cdadc47bf
commit d7b6551a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
* @version Release: @package_version@
* @link http://www.phpservermonitor.org/
* @since phpservermon 2.1
* @since phpservermon 3.5
**/
namespace psm\Txtmsg;
@ -98,4 +98,4 @@ class OVHsms extends Core {
}
return $error;
}
}
}