add id to text and find method to text repo
This commit is contained in:
parent
c0994d806e
commit
df7ce696a9
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace App\Text;
|
|||
class Text
|
||||
{
|
||||
public function __construct(
|
||||
private int $id,
|
||||
private string $name,
|
||||
) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue