From d7b6551a9a73b8f8a0188cf49d031abf38744d27 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 12 Aug 2020 15:33:02 +0200 Subject: [PATCH] Update OVHsms.php --- src/psm/Txtmsg/OVHsms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psm/Txtmsg/OVHsms.php b/src/psm/Txtmsg/OVHsms.php index 8d0af2d5..709f9d19 100644 --- a/src/psm/Txtmsg/OVHsms.php +++ b/src/psm/Txtmsg/OVHsms.php @@ -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; } -} \ No newline at end of file +}