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:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user