summaryrefslogtreecommitdiffstats
path: root/lib/Tinify.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tinify.php')
-rw-r--r--lib/Tinify.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Tinify.php b/lib/Tinify.php
index 39c62d8..f37c244 100644
--- a/lib/Tinify.php
+++ b/lib/Tinify.php
@@ -39,6 +39,10 @@ class Tinify {
return self::$client;
}
+
+ public static function setClient($client) {
+ self::$client = $client;
+ }
}
function setKey($key) {