修正验证吗
This commit is contained in:
@@ -65,7 +65,7 @@ class LogSms extends Model
|
||||
* @param array $data
|
||||
* @return \Hyperf\Database\Model\Model|LogSms
|
||||
*/
|
||||
public static function addCodeLog(array $data): \Hyperf\Database\Model\Model|LogSms
|
||||
public static function LogSms(array $data): \Hyperf\Database\Model\Model|LogSms
|
||||
{
|
||||
return self::create($data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user