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