Skip to content

Commit

Permalink
Update Provider/ConfigProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-navghane authored Dec 20, 2022
1 parent d7b1c5f commit 5b65764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ConfigProvider
public function __construct(CoreParametersHelper $coreParametersHelper, Connection $connection)
{
$this->coreParametersHelper = $coreParametersHelper;
$this->connection = $connection;
$this->connection = $connection;
}

/**
Expand Down

0 comments on commit 5b65764

Please sign in to comment.