Skip to content

Commit

Permalink
Stop the seg fault
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Feb 26, 2025
1 parent daf40ca commit 0c52b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Config/DataSource/HttpDataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ protected static function map_service_config( array $service_config ): array {
* @inheritDoc
*/
protected static function migrate_config( array $config ): array|WP_Error {
return static::migrate_config( $config );
return $config;
}
}

0 comments on commit 0c52b34

Please sign in to comment.