このコミットが含まれているのは:
2024-02-07 03:42:00 +09:00
コミット 4b89165f8e
3個のファイルの変更37行の追加12行の削除
+14
ファイルの表示
@@ -0,0 +1,14 @@
<?php
namespace Dto;
class
Thread
{
public int $id;
public string $title;
public ?string $explain;
public bool $deleted;
}