1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

Flextype Core: Entries - new method update() - added.

This commit is contained in:
Awilum
2019-02-07 17:12:21 +03:00
parent 16b9ba2eba
commit dd535435bb

View File

@@ -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';