Forgot to add output

This commit is contained in:
Axel 2021-12-24 10:32:56 +01:00
parent 9ead771d6b
commit 441353fcb0

View file

@ -73,7 +73,7 @@ class ApiController extends Controller
->history()
->orderBy('created_at', 'desc')
->where('created_at', '>', $last_days->toDateString())
->selectRaw('id, date(created_at) as date, created_at, status, duration')
->selectRaw('id, date(created_at) as date, created_at, status, duration, output')
->get()
;