Skip to content

Commit b22bde8

Browse files
committed
fix: correct cache busting syntax in migration
1 parent c5c4849 commit b22bde8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/app/www/public/migrations/007_redactions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
}
4545

4646
//-- NEEDED SINCE WE ADD A NEW FIELD TO THIS TABLE
47-
$proxyDb->$cache->bust(APPS_TABLE_CACHE_KEY);
47+
$proxyDb->cache->bust(APPS_TABLE_CACHE_KEY);

0 commit comments

Comments
 (0)