We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcfbc3 + db827f3 commit 3a1ead7Copy full SHA for 3a1ead7
src/Service/Client/LaravelConfig.php
@@ -46,6 +46,6 @@ public function getDefaultHeaders(string $apiName): array
46
*/
47
public function getDeprecatedHeader(string $apiName): string
48
{
49
- return $this->laravelAdapter->get('services.'.$apiName.'deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
+ return $this->laravelAdapter->get('services.'.$apiName.'.deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
50
}
51
0 commit comments