mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix exam duration
This commit is contained in:
@@ -23,7 +23,7 @@ class ExamResource extends JsonResource
|
||||
'description' => $this->description,
|
||||
'begin' => $this->begin,
|
||||
'end' => $this->end,
|
||||
'duration' => $this->duration,
|
||||
'duration' => $this->duration ?: '',
|
||||
'duration_text' => $this->duration_text,
|
||||
'filters' => $this->filters,
|
||||
'filters_formatted' => $this->formatFilters($this->resource),
|
||||
|
||||
Reference in New Issue
Block a user