Skip to content

Commit

Permalink
fix(targetproblem): update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 23, 2021
1 parent 4d8ae9d commit 1ee9f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/targetproblem.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ protected function getItem_Supplier() {
return new Problem_Supplier();
}

protected function getItem_Item() {
public function getItem_Item() {
return new Item_Problem();
}

protected function getTargetItemtypeName(): string {
public function getTargetItemtypeName(): string {
return Problem::class;
}

Expand Down

0 comments on commit 1ee9f3d

Please sign in to comment.