Skip to content

Commit

Permalink
Merge pull request #306 from Ansteorra/warranting-feature-branch
Browse files Browse the repository at this point in the history
remove little export that I didn't mean to leave in.
  • Loading branch information
jhandel authored Jan 2, 2025
2 parents b474d7e + 8f019d4 commit 74898c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/Model/Table/AppSettingsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ public function getAllAppSettings()
foreach ($settings as $setting) {
$this->_appSettingsCache[$setting->name] = $setting->value;
}
//write the app settings to a local file real quick as yaml
$yaml = yaml_emit($this->_appSettingsCache);
file_put_contents(CONFIG . "../tmp/app_settings.yaml", $yaml);

return $this->_appSettingsCache;
}
Expand Down

0 comments on commit 74898c7

Please sign in to comment.