We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2672e commit a08649fCopy full SHA for a08649f
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