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:
commit
7f340f83d2
56 changed files with 88 additions and 80 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