Skip to content

Commit

Permalink
Merge pull request #11 from tanhongit/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tanhongit authored Oct 9, 2023
2 parents e356833 + f3b7e53 commit ccc20d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getSettingFile(): string
*
* @return void
*/
private function setSettingConfig(): void
public function setSettingConfig(): void
{
$json = file_get_contents($this->settingFile);
$this->settings = json_decode($json, true);
Expand Down

0 comments on commit ccc20d9

Please sign in to comment.