1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Fix some direct deprecation notices

This commit is contained in:
Yassine Guedidi 2025-01-19 01:22:14 +01:00
parent 98ed784af3
commit d2c9f1bbfa
12 changed files with 31 additions and 31 deletions

View file

@ -125,7 +125,6 @@ class ImportCommand extends Command
// Authenticate user for paywalled websites
$token = new UsernamePasswordToken(
$entityUser,
null,
'main',
$entityUser->getRoles());