We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c14e1 commit a023844Copy full SHA for a023844
app-modules/gamify/src/Traits/HasReputations.php
@@ -53,6 +53,7 @@ public function undoPoint(PointType $pointType): bool
53
}
54
55
$reputation->undo();
56
+ return true;
57
58
59
/**
0 commit comments