Fixed the integrations

This commit is contained in:
Graham Campbell
2016-06-03 17:07:36 +01:00
parent 3e8801d8d4
commit abf83361e8
4 changed files with 41 additions and 11 deletions

View File

@@ -23,6 +23,13 @@ class Releases
*/
const URL = 'https://api.github.com/repos/cachethq/cachet/releases/latest';
/**
* The failed status indicator.
*
* @var int
*/
const FAILED = 1;
/**
* The cache repository instance.
*