Skip to content

Commit 082fc52

Browse files
authored
Merge pull request #4 from iamine/patch-1
Update readConfig to read the config file correctly
2 parents d82deca + 4457de5 commit 082fc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeedReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ private function setupCacheDirectory($configuration)
101101
*/
102102
private function readConfig($configuration, $name, $default)
103103
{
104-
return Config::get('feed-reader.config.profiles.' . $configuration . '.' . $name, $default);
104+
return Config::get('feed-reader.profiles.' . $configuration . '.' . $name, $default);
105105
}
106106
}

0 commit comments

Comments
 (0)