* wip * fix * wip * #63 - permissions Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
10
app/Domain/States/VacationRequest/Created.php
Normal file
10
app/Domain/States/VacationRequest/Created.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Toby\Domain\States\VacationRequest;
|
||||
|
||||
class Created extends VacationRequestState
|
||||
{
|
||||
public static string $name = "created";
|
||||
}
|
Reference in New Issue
Block a user