Completed
Push — master ( 9b5210...84489c )
by Mikael
01:28
created
config/cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 return [
6 6
     // Use for styling the menu
7 7
     //"basePath" => ANAX_APP_PATH . "/cache",
8
-    "basePath" => ANAX_INSTALL_PATH . "/cache/anax",
8
+    "basePath" => ANAX_INSTALL_PATH."/cache/anax",
9 9
 
10 10
     // Default time to live until item expires
11 11
     "timeToLive" => 7 * 24 * 60 * 60,
Please login to merge, or discard this patch.