1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-30 00:10:31 +02:00

Slim Framework integration #118 #117

- Entries: fixes and refactoring
This commit is contained in:
Awilum
2019-05-29 01:06:45 +03:00
parent 45c9834244
commit 9522a27d8b

View File

@@ -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)) {