Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30bae2
)
Add inherited doc
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 23 Feb 2021 23:35:39 +0000
(
00:35
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 23 Feb 2021 23:35:39 +0000
(
00:35
+0100)
Security/LogoutSuccessHandler.php
patch
|
blob
|
history
diff --git
a/Security/LogoutSuccessHandler.php
b/Security/LogoutSuccessHandler.php
index 3ac33f72c1cbaa34c41102a8470df02cb26f795e..c6ca529b95b6b503d9c126cdcc12ea39fee9c5e8 100644
(file)
--- a/
Security/LogoutSuccessHandler.php
+++ b/
Security/LogoutSuccessHandler.php
@@
-9,8
+9,14
@@
use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface;
class LogoutSuccessHandler implements LogoutSuccessHandlerInterface {
+ /**
+ * {@inheritdoc}
+ */
protected $router;
+ /**
+ * {@inheritdoc}
+ */
public function __construct(RouterInterface $router) {
$this->router = $router;
}