From a73867fff740ad21419f981d4d15bbb449a9edc4 Mon Sep 17 00:00:00 2001 From: Eldar Nizamutdinov Date: Tue, 12 Aug 2025 15:59:11 +0400 Subject: [PATCH] Fix critical issue "Class telesign\enterprise\sdk\Config not found" --- src/{config.php => Config.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{config.php => Config.php} (99%) diff --git a/src/config.php b/src/Config.php similarity index 99% rename from src/config.php rename to src/Config.php index 07c3456..b79086c 100644 --- a/src/config.php +++ b/src/Config.php @@ -8,4 +8,4 @@ public static function getVersion($package) { return InstalledVersions::getPrettyVersion($package); } -} \ No newline at end of file +}