Skip to content

Commit

Permalink
fix: change ttl to cacheTtl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Feb 22, 2024
1 parent 53e328b commit 68b420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Modularity/Modules/MyApps/MyApps.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function init()
$this->nameSingular = __('My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->namePlural = __('My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->description = __('Module for listing My Apps', MOD_MY_PAGES_TEXT_DOMAIN);
$this->ttl = false;
$this->cacheTtl = false;
}

public function model()
Expand Down

0 comments on commit 68b420b

Please sign in to comment.