mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
feat(core): try to fix tests #477
This commit is contained in:
@@ -67,7 +67,7 @@ if (filesystem()->file($preflight_flextype_path . '/' . $cache_id . '.php')->exi
|
||||
// Merge flextype default settings with custom project settings.
|
||||
$flextype_data = array_replace_recursive($default_flextype_settings, $custom_flextype_settings, $flextype_manifest);
|
||||
|
||||
filesystem()->file($preflight_flextype_path . $cache_id . '.php')->put(sprintf('<?php return %s;', var_export($flextype_data, true)));
|
||||
//@todo remove this: filesystem()->file($preflight_flextype_path . $cache_id . '.php')->put(sprintf('<?php return %s;', var_export($flextype_data, true)));
|
||||
}
|
||||
|
||||
// Store flextype merged data in the flextype registry.
|
||||
|
Reference in New Issue
Block a user