From 45b25cb10d94dbac722290ca9d87c2b7544d97ce Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 7 Feb 2019 17:24:09 +0300 Subject: [PATCH] Flextype Core: Entries - new method create() - fixes. --- flextype/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Entries.php b/flextype/Entries.php index 44f5b1d3..0fdb2911 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -319,7 +319,7 @@ class Entries * @param string $data Data * @return bool */ - public static create(string $entry, string $data) : bool + public static function create(string $entry, string $data) : bool { $entry_dir = PATH['entries'] . '/' . $entry;