mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Fix some direct deprecation notices
This commit is contained in:
parent
98ed784af3
commit
d2c9f1bbfa
12 changed files with 31 additions and 31 deletions
|
@ -700,7 +700,7 @@ class ConfigController extends AbstractController
|
|||
SerializationContext::create()->setGroups(['export_tagging_rule'])
|
||||
);
|
||||
|
||||
return Response::create(
|
||||
return new Response(
|
||||
$data,
|
||||
200,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue