1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Document method 'logOutEverywhereElse' from class 'Auth'

This commit is contained in:
Marco
2018-03-25 05:34:37 +02:00
parent 83c74689a3
commit 50c284fff7

View File

@@ -454,6 +454,15 @@ $auth->logOut();
// or
try {
$auth->logOutEverywhereElse();
}
catch (\Delight\Auth\NotLoggedInException $e) {
// not logged in
}
// or
try {
$auth->logOutEverywhere();
}