We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca1f9e commit 1b989e5Copy full SHA for 1b989e5
2 files changed
config.dist.php
@@ -61,7 +61,7 @@
61
//'separator' => ':', // Separator for tree view (optional)
62
],
63
64
- //'apcu-separator' => ':', // Separator for tree view (optional)
+ //'apcuseparator' => ':', // Separator for tree view (optional)
65
// Example of authentication with http auth.
66
/*'auth' => static function (): void {
67
$username = 'admin';
src/Dashboards/APCu/APCuTrait.php
@@ -244,7 +244,7 @@ public function keysTableView(array $keys): array {
244
* @return array<int, array<string, string|int>>
245
*/
246
public function keysTreeView(array $keys): array {
247
- $separator = Config::get('apcu-separator', ':');
+ $separator = Config::get('apcuseparator', ':');
248
$this->template->addGlobal('separator', $separator);
249
250
$tree = [];
0 commit comments