Forgot to add output
This commit is contained in:
parent
9ead771d6b
commit
441353fcb0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue