add find method to plan
This commit is contained in:
parent
412a74e390
commit
449df516ae
2 changed files with 11 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ namespace App\Plan;
|
|||
interface PlanRepository
|
||||
{
|
||||
public function create(CreatePlanDto $dto): Plan;
|
||||
public function find(int $id): ?Plan;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue