Skip to content

Commit

Permalink
fix: forgot to commit change in materialserviceimpl
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Sep 26, 2023
1 parent 66bad6b commit 6771b18
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ public Material findByMaterialNumberCx(String materialNumberCx) {

}

@Override
public List<Material> findAll() {
return materialRepository.findAll();
}

}

0 comments on commit 6771b18

Please sign in to comment.