Bolt\Configuration\YamlUpdater::backup PHP Method

backup() protected method

Backup the YAML file.
protected backup ( )
    protected function backup()
    {
        $this->file->copy($this->file->getPath() . '.' . date('Ymd-His'));
    }