Commit b02d7b3
Destroy session cookies on logout (#2278)
* Destroy session cookies on logout
* Update ServiceProvider.php
* We can use $this->session here
The active session is passed to the ctor by Symfony for us. It is not an optional (?) arg so we don't have to deref check.
* lint
---------
Co-authored-by: monkeyiq <monkeyiq@gmail.com>1 parent 42eaad2 commit b02d7b3
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
582 | 586 | | |
583 | 587 | | |
584 | 588 | | |
| |||
0 commit comments