init
This commit is contained in:
10
app/Service/Enums/Status.php
Normal file
10
app/Service/Enums/Status.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\Enums;
|
||||
|
||||
enum Status: string
|
||||
{
|
||||
case PLANED = 'zaplanowany';
|
||||
case NEW = 'nowy';
|
||||
case DEADLINE = 'termin';
|
||||
}
|
||||
Reference in New Issue
Block a user