Skip to content

Commit

Permalink
UserStorage is deprecated by Nette\Bridges\SecurityHttp\SessionStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 4, 2021
1 parent 9422e79 commit e791a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"nette/schema": "<1.1"
},
"suggest": {
"ext-fileinfo": "to detect type of uploaded files",
"nette/security": "allows use Nette\\Http\\UserStorage"
"ext-fileinfo": "to detect type of uploaded files"
},
"autoload": {
"classmap": ["src/"]
Expand Down
2 changes: 1 addition & 1 deletion src/Http/UserStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


/**
* Session storage for user object.
* @deprecated by Nette\Bridges\SecurityHttp\SessionStorage
*/
class UserStorage implements Nette\Security\IUserStorage
{
Expand Down

0 comments on commit e791a00

Please sign in to comment.