Skip to content

Commit 3ab69ee

Browse files
committed
Update ARCHIVE_ENTRIES_REL to the public folder
1 parent 29f7b3c commit 3ab69ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/News/Entry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Entry
1919

2020
public const ARCHIVE_FILE_ABS = self::PHPWEB . self::ARCHIVE_FILE_REL;
2121

22-
public const ARCHIVE_ENTRIES_REL = 'archive/entries/';
22+
public const ARCHIVE_ENTRIES_REL = 'public/archive/entries/';
2323

2424
public const ARCHIVE_ENTRIES_ABS = self::PHPWEB . self::ARCHIVE_ENTRIES_REL;
2525

0 commit comments

Comments
 (0)