Skip to content

Commit 3a1ead7

Browse files
committed
Merge branch '0.5' into 0.6
2 parents bbcfbc3 + db827f3 commit 3a1ead7

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
@@ -46,6 +46,6 @@ public function getDefaultHeaders(string $apiName): array
4646
*/
4747
public function getDeprecatedHeader(string $apiName): string
4848
{
49-
return $this->laravelAdapter->get('services.'.$apiName.'deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
49+
return $this->laravelAdapter->get('services.'.$apiName.'.deprecated_header')->string()->notEmpty()->nullable() ?? parent::getDeprecatedHeader($apiName);
5050
}
5151
}

0 commit comments

Comments
 (0)