Skip to content

Commit

Permalink
Merge pull request #126 from City-of-Helsinki/UHF-8525
Browse files Browse the repository at this point in the history
UHF-8525: Force cache clear
  • Loading branch information
tuutti authored Sep 6, 2023
2 parents 834d8ba + e672c31 commit 2224db4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helfi_api_base.post_update.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* @file
* Post-update hooks for helfi_api_base.
*/

declare(strict_types = 1);

/**
* Force a cache clear due to constructor argument changes.
*/
function helfi_api_base_post_update_constructor_change_cache_clear() : void {
}

0 comments on commit 2224db4

Please sign in to comment.