Skip to content

Commit

Permalink
chore: change method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 17, 2023
1 parent 2f781c0 commit dc75379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connectors/Consumer/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function make(array $options, array $arguments): Consumer
/**
* @psalm-suppress InvalidReturnStatement
*/
protected function getTopicConfig(string $configName, string $topicId): array
private function getTopicConfig(string $configName, string $topicId): array
{
$topicConfig = config($configName . '.topics.' . $topicId);
if (!$topicConfig) {
Expand Down

0 comments on commit dc75379

Please sign in to comment.