Skip to content

Commit

Permalink
fix: lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Feb 9, 2024
1 parent f33fd6f commit f105d15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/appconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ public function getCronChecker() {
* Save cron checker setting
*
* @param bool $value - cronChecker
*
* @return void
*/
public function setCronChecker($value) {
$this->logger->info("Set cron checker: " . json_encode($value), ["app" => $this->appName]);
Expand Down

0 comments on commit f105d15

Please sign in to comment.