- actions and notifications refactor (#88)
* wip * fix * fix * fix * add test * fix * wip * fix * fix translations Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
@@ -36,4 +36,9 @@ abstract class VacationRequestState extends State
|
||||
Approved::class,
|
||||
], Cancelled::class);
|
||||
}
|
||||
|
||||
public function label(): string
|
||||
{
|
||||
return __(static::$name);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user