diff --git a/flextype/Entries.php b/flextype/Entries.php index cb1534d4..354c7e87 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -301,7 +301,7 @@ class Entries * @param string $data Data * @return bool */ - public static update(string $entry, string $data) : bool + public static function update(string $entry, string $data) : bool { $entry_file = PATH['entries'] . '/' . $entry . '/entry.html';