We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4edf1f commit 8620a7aCopy full SHA for 8620a7a
src/CanAnswerNps.php
@@ -12,7 +12,7 @@ public function hasAnsweredCurrentNps(): bool
12
$nps = $this->findCurrentNps();
13
14
if (is_null($nps)) {
15
- return false;
+ return true;
16
}
17
18
return $this->hasAnsweredNps($nps);
0 commit comments