1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Merge pull request #7967 from wallabag/fix-some-deprecation-notices

Fix some deprecation notices
This commit is contained in:
Kevin Decherf 2025-01-19 15:46:45 +01:00 committed by GitHub
commit 7f340f83d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 88 additions and 80 deletions

View file

@ -700,7 +700,7 @@ class ConfigController extends AbstractController
SerializationContext::create()->setGroups(['export_tagging_rule'])
);
return Response::create(
return new Response(
$data,
200,
[