We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46959fb commit 5e9ac66Copy full SHA for 5e9ac66
EventListener/GuardListener.php
@@ -75,7 +75,7 @@ private function getVariables(GuardEvent $event)
75
$token = $this->tokenStorage->getToken();
76
77
if (null === $token) {
78
- throw new InvalidTokenConfigurationException(sprintf('There are no tokens available for workflow %s.', $event->getWorkflowName()));
+ throw new InvalidTokenConfigurationException(sprintf('There are no tokens available for workflow "%s".', $event->getWorkflowName()));
79
}
80
81
if (null !== $this->roleHierarchy) {
0 commit comments