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 bab29f2 commit 1580879Copy full SHA for 1580879
src/Security/PostVoter.php
@@ -66,5 +66,7 @@ protected function voteOnAttribute(string $attribute, $post, TokenInterface $tok
66
}
67
68
$vote?->addReason(\sprintf('You can\'t %s this blog post because you are not its author.', $attribute));
69
+
70
+ return false;
71
72
0 commit comments