Skip to content

Commit

Permalink
πŸ’„ Increase output switch level on Yaml::dump() (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 authored Mar 14, 2017
1 parent bd18c79 commit 13f0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/YamlSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public static function fromFile($filename)
*/
public function save($filename)
{
file_put_contents($filename, Yaml::dump($this->attributes));
file_put_contents($filename, Yaml::dump($this->attributes, 3));
}
}

0 comments on commit 13f0c86

Please sign in to comment.