Include Firefly version in error mail [skip ci]

This commit is contained in:
James Cole
2017-03-21 06:28:06 +01:00
parent 61526df245
commit b7ef2211d9
3 changed files with 3 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ class Handler extends ExceptionHandler
'file' => $exception->getFile(),
'line' => $exception->getLine(),
'code' => $exception->getCode(),
'version' => config('firefly.version'),
];
// create job that will mail.