mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Installer no longer causes recursion in yml config
This commit is contained in:
parent
f54884903f
commit
9c9443602d
@ -1445,9 +1445,6 @@ PHP
|
||||
$this->writeToFile("mysite/_config/config.yml", <<<YML
|
||||
---
|
||||
Name: mysite
|
||||
After:
|
||||
- 'framework/*'
|
||||
- 'cms/*'
|
||||
---
|
||||
# YAML configuration for SilverStripe
|
||||
# See http://doc.silverstripe.org/framework/en/topics/configuration
|
||||
|
Loading…
Reference in New Issue
Block a user