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

Flextype Core: Entries - new method create() - fixes.

This commit is contained in:
Awilum
2019-02-07 17:24:09 +03:00
parent f558a67e83
commit 45b25cb10d

View File

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