Browse Source

Standardise override in config file

Shalvah 3 months ago
parent
commit
01400953f4
1 changed files with 5 additions and 3 deletions
  1. 5 3
      config/scribe_old.php

+ 5 - 3
config/scribe_old.php

@@ -223,9 +223,11 @@ INTRO
             [
                 'override',
                 [
-                    'Content-Type' => 'application/json',
-                    'Accept' => 'application/json',
-                ]
+                    'with' => [
+                        'Content-Type' => 'application/json',
+                        'Accept' => 'application/json',
+                    ]
+                ],
             ]
         ],
         'bodyParameters' => [