Skip to content

Commit

Permalink
fix method inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 9, 2023
1 parent 4b83c8d commit f3b7e53
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 f3b7e53

Please sign in to comment.