add get element use case
This commit is contained in:
parent
ca4d2dad3b
commit
46f5e6138e
3 changed files with 52 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Element\UseCases\GetElement;
|
||||
|
||||
class GetElementRequest
|
||||
{
|
||||
public function __construct(public ?int $id)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue