Browse Source

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

dever 4 years ago
parent
commit
d81ef44563
1 changed files with 1 additions and 1 deletions
  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',