blessing-skin-server/database/update_scripts/update-3.0.3-to-3.0.4.php
Pig Fang 3cf19d8656
Apply fixes from StyleCI (#11)
This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io).

---

For more information, click [here](https://github.styleci.io/analyses/8wKwbZ).
2019-03-02 22:58:37 +08:00

13 lines
273 B
PHP

<?php
/**
* @Author: printempw
* @Date: 2016-08-27 18:21:04
* @Last Modified by: printempw
* @Last Modified time: 2016-08-27 18:21:15
*/
if (Option::get('update_source') == 'github') {
Option::set('update_source', 'nyavm');
}
Option::set('version', '3.0.4');