Skip to content

Commit 2993709

Browse files
committed
client deprecated header Laravel config fix
1 parent b3c3ae6 commit 2993709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Client/LaravelConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getVerifyCerts(string $apiName): bool
4747
*/
4848
public function getDeprecatedHeader(string $apiName): string
4949
{
50-
return $this->getValue('services.'.$apiName.'deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
50+
return $this->getValue('services.'.$apiName.'.deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)