Joywork/import/reservation/state/StateDelete.php

6 lines
112 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php
class StateDelete extends BaseState {
protected static $currentState = Reservation::STATUS_DELETE;
}