@@ -9,8 +9,8 @@ discard block |
||
9 | 9 | * @link https://stupidlysimple.github.io/ |
10 | 10 | */ |
11 | 11 | return [ |
12 | - 'enabled' => false, |
|
13 | - 'settings' => [ |
|
12 | + 'enabled' => false, |
|
13 | + 'settings' => [ |
|
14 | 14 | /* |
15 | 15 | * Default storage |
16 | 16 | * if you set this storage => 'files', then $cache = phpFastCache(); <-- will be files cache |
@@ -68,5 +68,5 @@ discard block |
||
68 | 68 | * Use 1 as normal traditional, 2 = phpfastcache fastest as default, 3 = phpfastcache memory stable |
69 | 69 | */ |
70 | 70 | 'caching_method' => 2, |
71 | - ], |
|
71 | + ], |
|
72 | 72 | ]; |
@@ -10,8 +10,8 @@ discard block |
||
10 | 10 | */ |
11 | 11 | return |
12 | 12 | [ |
13 | - 'enabled' => true, |
|
14 | - 'settings' => [ |
|
13 | + 'enabled' => true, |
|
14 | + 'settings' => [ |
|
15 | 15 | 'host' => 'localhost', |
16 | 16 | 'driver' => 'mysql', |
17 | 17 | 'database' => 'stupidlysimple', |
@@ -20,5 +20,5 @@ discard block |
||
20 | 20 | 'charset' => 'utf8', |
21 | 21 | 'collation' => 'utf8_unicode_ci', |
22 | 22 | 'prefix' => '', |
23 | - ], |
|
23 | + ], |
|
24 | 24 | ]; |
@@ -10,5 +10,5 @@ |
||
10 | 10 | */ |
11 | 11 | return |
12 | 12 | [ |
13 | - 'timezone' => 'Asia/Kuala_Lumpur', |
|
13 | + 'timezone' => 'Asia/Kuala_Lumpur', |
|
14 | 14 | ]; |