|
@@ -4,7 +4,7 @@ use App\Models\Point;
|
|
|
|
|
|
/** @var \App\Models\Client $patient */
|
|
|
|
|
|
-$goals = Point::getPlanPointsOfCategory($patient, 'GOAL', $note);
|
|
|
+$goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
|
|
|
|
|
|
$goals = $goals->filter(function ($_x) use ($note) {
|
|
|
$rel = $_x->relevanceToNote($note);
|