Skip to content

Commit

Permalink
Database: Always load config from disk
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Oct 24, 2023
1 parent 6baa4ad commit 27bb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Reporting/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected function getDb(): RetryConnection
{
$config = new Sql\Config(
ResourceFactory::getResourceConfig(
Config::module('reporting')->get('backend', 'resource', 'reporting')
Config::module('reporting', 'config', true)->get('backend', 'resource', 'reporting')
)
);

Expand Down

0 comments on commit 27bb4ee

Please sign in to comment.