* wip * fix * wip * #63 - permissions Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
@@ -17,7 +17,6 @@ class VacationRequestActivityResource extends JsonResource
|
||||
"time" => $this->created_at->format("H:i"),
|
||||
"user" => $this->user ? $this->user->fullName : __("System"),
|
||||
"state" => $this->to,
|
||||
"text" => $this->to->label(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user