Skip to content

Commit

Permalink
Update showChildrenUnderFiveAndGirlsAgeNineToEleven method
Browse files Browse the repository at this point in the history
  • Loading branch information
zzainulabidin committed Sep 28, 2021
1 parent 03505c6 commit 3707ced
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
package org.smartregister.chw.application;

public class ChwApplicationFlv extends DefaultChwApplicationFlv {
@Override
public boolean showChildrenUnderFiveAndGirlsAgeNineToEleven() {
return true;
}
}

0 comments on commit 3707ced

Please sign in to comment.