File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 //'separator' => ':', // Separator for tree view (optional)
6262 ],
6363 ],
64- //'apcu-separator ' => ':', // Separator for tree view (optional)
64+ //'apcuseparator ' => ':', // Separator for tree view (optional)
6565 // Example of authentication with http auth.
6666 /*'auth' => static function (): void {
6767 $username = 'admin';
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public function keysTableView(array $keys): array {
244244 * @return array<int, array<string, string|int>>
245245 */
246246 public function keysTreeView (array $ keys ): array {
247- $ separator = Config::get ('apcu-separator ' , ': ' );
247+ $ separator = Config::get ('apcuseparator ' , ': ' );
248248 $ this ->template ->addGlobal ('separator ' , $ separator );
249249
250250 $ tree = [];
You can’t perform that action at this time.
0 commit comments