forked from wallabag/wallabag
Fix some direct deprecation notices
This commit is contained in:
@ -125,7 +125,6 @@ class ImportCommand extends Command
|
||||
// Authenticate user for paywalled websites
|
||||
$token = new UsernamePasswordToken(
|
||||
$entityUser,
|
||||
null,
|
||||
'main',
|
||||
$entityUser->getRoles());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user