add logging; fix caching
[pharext/pharext.org] / app / Github / API / Users / ReadAuthToken.php
index 4430b45d7a025c7b5e02823c4421b972d10c86db..bc1f03bb5349d4bb50e21ba8786e0490b63a9636 100644 (file)
@@ -22,4 +22,8 @@ class ReadAuthToken extends Call
                        return true;
                });
        }
+       
+       function getCacheKey() {
+               return null;
+       }
 }