- composer update

v6
Chaim 4 years ago
parent 7a8c1abbd4
commit 47146575d7

@ -22,6 +22,11 @@ use think\db\exception\DataNotFoundException;
use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
/**
* 定义当前版本
*/
const VERSION = '6.0.56';
if (!function_exists('get_ip_info')) {
/**

Loading…
Cancel
Save