Skip to content

Commit f8d00d0

Browse files
committed
Update GithubEmojiReplacer.php
1 parent ba720e4 commit f8d00d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extend/GithubEmojiReplacer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private function getEmojiHtml(array $emojis, string $code): ?string
4242

4343
private function getGithubEmojis(): array
4444
{
45-
$cachePath = __DIR__ . '/../.cache/gh-emoji.json';
45+
$cachePath = __DIR__ . '/../cache/gh-emoji.json';
4646

4747
if (file_exists($cachePath)) {
4848
return json_decode(file_get_contents($cachePath), true);

0 commit comments

Comments
 (0)