aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-09 19:58:29 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-09 19:58:29 -0500
commitaf5e135ae3c4493351861142a9f16f26d1b573b2 (patch)
tree2e4fd8da9cd7879a6faa855f0abd494029b902bb /app/controllers
parent8f37ef9211c6d36c2d4798611bfdcf796aae1db9 (diff)
downloadthedroneely.com-af5e135ae3c4493351861142a9f16f26d1b573b2.tar.gz
thedroneely.com-af5e135ae3c4493351861142a9f16f26d1b573b2.tar.bz2
thedroneely.com-af5e135ae3c4493351861142a9f16f26d1b573b2.zip
bootstrap/helpers/cache-bust -> bootstrap/helpers/cache
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/api/cache.controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/cache.controller.php b/app/controllers/api/cache.controller.php
index 2286445..7f149c0 100644
--- a/app/controllers/api/cache.controller.php
+++ b/app/controllers/api/cache.controller.php
@@ -3,5 +3,5 @@
* Invalidate cache
*/
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
- echo $cacheBust = shell_exec('../bootstrap/helpers/cache-bust');
+ echo $cacheBust = shell_exec('../bootstrap/helpers/cache');
}