Календарь

pull/3/head
Rustem 2025-02-08 23:26:07 +05:00
parent 165d42fd4b
commit f7dce66a64
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace App\Modules\auto\Enums;
enum AutoStatusEnums: string
{
case Free = 'free';
case Rent = 'Аренда';
case Rent = 'Арендован';
case Service = 'Сервис';
case Blocked = 'Забронирован';
case Waiting = 'waiting';