Skip to content

Commit 5ed43ce

Browse files
committed
Fixes
1 parent 4652481 commit 5ed43ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/kvstorage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
|
3030
*/
3131

32-
'disk' => "local",
32+
'disk' => 'local',
3333

3434
/*
3535
|--------------------------------------------------------------------------
@@ -43,5 +43,5 @@
4343
|
4444
*/
4545

46-
'path' => "kvstorage/",
46+
'path' => 'kvstorage/',
4747
];

0 commit comments

Comments
 (0)