4in1_ws_web/lib/AdminActions/PostDelete.php
2024-03-09 16:20:00 +00:00

11 lines
138 B
PHP

<?php
namespace AdminActions;
class PostDelete extends BaseAction {
public function __construct(
public int $id
) {}
}