DTO 追加
このコミットが含まれているのは:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Dto;
|
||||
|
||||
|
||||
class
|
||||
Thread
|
||||
{
|
||||
public int $id;
|
||||
public string $title;
|
||||
public ?string $explain;
|
||||
public bool $deleted;
|
||||
}
|
||||
|
||||
新しい課題から参照
ユーザをブロックする