From cdccb960c50670f14325a02a2038ad709b736ffc Mon Sep 17 00:00:00 2001 From: Andy Gaskell Date: Thu, 30 Mar 2017 11:20:51 +0100 Subject: [PATCH] Rename Octopush.class.php to Octopush.php I noticed this and the nexmo one were renamed as part of https://github.com/phpservermon/phpservermon/commit/1123603f6471d129ddc2feed5d2a20960ff8c13a for [refactoring] PSR-4 support through composer, mass-renaming all *.class.php to *.php to adhere to PSR-4 I was looking at the nexmo one as a follow up to Issue #170 Implement Nexmo SMS See also... https://github.com/phpservermon/phpservermon/pull/436 --- src/psm/Txtmsg/{Octopush.class.php => Octopush.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/psm/Txtmsg/{Octopush.class.php => Octopush.php} (100%) diff --git a/src/psm/Txtmsg/Octopush.class.php b/src/psm/Txtmsg/Octopush.php similarity index 100% rename from src/psm/Txtmsg/Octopush.class.php rename to src/psm/Txtmsg/Octopush.php