From 71e1203f57572e42988071d25bfe725cf3f72233 Mon Sep 17 00:00:00 2001 From: Andy Gaskell <andygaskelluk@yahoo.co.uk> Date: Thu, 30 Mar 2017 10:51:26 +0100 Subject: [PATCH] Rename Nexmo.class.php to Nexmo.php Fix for nexmo sms, sending sms didn't work till I renamed the file. I'm not sure why Nexmo.class.php and Octopush.class.php have the .class bit in the filename. This is a follow up to Issue #170 Implement Nexmo SMS --- src/psm/Txtmsg/{Nexmo.class.php => Nexmo.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/psm/Txtmsg/{Nexmo.class.php => Nexmo.php} (100%) diff --git a/src/psm/Txtmsg/Nexmo.class.php b/src/psm/Txtmsg/Nexmo.php similarity index 100% rename from src/psm/Txtmsg/Nexmo.class.php rename to src/psm/Txtmsg/Nexmo.php