mirror of
https://github.com/flextype/flextype.git
synced 2025-08-23 21:33:01 +02:00
refactor(core): YamlParser set false to native for now #186
This commit is contained in:
@@ -46,7 +46,7 @@ class YamlParser
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public static $native = true;
|
||||
public static $native = false;
|
||||
|
||||
/**
|
||||
* Flag
|
||||
|
Reference in New Issue
Block a user