Add humanStatus property

This commit is contained in:
James Brooks
2015-01-02 08:52:04 +00:00
parent faac4b74b6
commit 68e24e9a8d

View File

@@ -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
{