Explorar el Código

Merge branch 'master' of http://git.dever.cc:3000/dever-package/passport

dever hace 4 años
padre
commit
d81ef44563
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      database/user.php

+ 1 - 1
database/user.php

@@ -471,7 +471,7 @@ return array
 			'type' 		=> 'int-11',
 			'name' 		=> '生日',
 			'default' 	=> '',
-			'match' 	=> 'is_numeric',
+			'match' 	=> 'option',
 			'desc' 		=> '生日',
 			'update'	=> 'time',
 			'callback'  => 'maketime',