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 1044eef commit bfcd674Copy full SHA for bfcd674
1 file changed
app/sprinkles/core/src/Csrf/SlimCsrfProvider.php
@@ -46,7 +46,6 @@ public static function setupService(ContainerInterface $ci)
46
$e->addUserMessage('CSRF_MISSING');
47
48
throw $e;
49
- return $next($request, $response);
50
};
51
52
return new Guard($ci->config['csrf.name'], $csrfStorage, $onFailure, $ci->config['csrf.storage_limit'], $ci->config['csrf.strength'], $ci->config['csrf.persistent_token']);
0 commit comments