mirror of
https://github.com/flextype/flextype.git
synced 2025-08-30 00:10:31 +02:00
@@ -41,7 +41,7 @@ class Entries
|
||||
*/
|
||||
public function fetch(string $id)
|
||||
{
|
||||
$entry_file = Entries::_file_location($id);
|
||||
$entry_file = $this->_file_location($id);
|
||||
|
||||
if (Filesystem::has($entry_file)) {
|
||||
|
||||
|
Reference in New Issue
Block a user