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 8f76ee2 commit 483ed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Modules/MyCases/MyCases.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function init()
$this->nameSingular = __('My Cases', GDI_CASES_TEXT_DOMAIN);
$this->namePlural = __('My Cases', GDI_CASES_TEXT_DOMAIN);
$this->description = __('Modularity Module', GDI_CASES_TEXT_DOMAIN);
$this->ttl = false;
$this->cacheTtl = false;
}

public function getMockJson(?callable $onError): string
Expand Down

0 comments on commit 483ed08

Please sign in to comment.