add user to plan
This commit is contained in:
parent
9c2f95eda1
commit
547558d850
5 changed files with 18 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class FakePlanRepository implements PlanRepository
|
|||
$plan = new Plan(
|
||||
id: $id,
|
||||
name: $dto->name,
|
||||
user: $dto->user,
|
||||
);
|
||||
$this->existingPlans[$id] = $plan;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue