From 68e24e9a8da5f7c45100ae41636c0ecb7c22c707 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 2 Jan 2015 08:52:04 +0000 Subject: [PATCH] Add humanStatus property --- src/Models/Incident.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Models/Incident.php b/src/Models/Incident.php index e151a17a..d16df07e 100644 --- a/src/Models/Incident.php +++ b/src/Models/Incident.php @@ -16,6 +16,7 @@ use Watson\Validating\ValidatingTrait; * @property string $name * @property int $status * @property string $message + * @property string $humanStatus */ class Incident extends Model implements TransformableInterface {