Skip to content

Commit e791a00

Browse files
committed
UserStorage is deprecated by Nette\Bridges\SecurityHttp\SessionStorage
1 parent 9422e79 commit e791a00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"nette/schema": "<1.1"
3131
},
3232
"suggest": {
33-
"ext-fileinfo": "to detect type of uploaded files",
34-
"nette/security": "allows use Nette\\Http\\UserStorage"
33+
"ext-fileinfo": "to detect type of uploaded files"
3534
},
3635
"autoload": {
3736
"classmap": ["src/"]

src/Http/UserStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
/**
17-
* Session storage for user object.
17+
* @deprecated by Nette\Bridges\SecurityHttp\SessionStorage
1818
*/
1919
class UserStorage implements Nette\Security\IUserStorage
2020
{

0 commit comments

Comments
 (0)