Skip to content
Snippets Groups Projects
Commit 48c2264a authored by Zink Hannah's avatar Zink Hannah
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent c752da7c
No related branches found
No related tags found
1 merge request!36getPlantsReadyToHarvest Methode erstellt, es ermöglicht die Benachrichtigung...
......@@ -29,12 +29,6 @@ public class GrandmaService {
private final GardenRepository gardenRepository;
public GrandmaService(WishListRepository wishListRepository , GardenService gardenService , GardenRepository gardenRepository) {
this.wishListRepository = wishListRepository;
this.gardenService = gardenService;
this.gardenRepository = gardenRepository;
}
public String growingTippDesTages(User user) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment