改名
This commit is contained in:
+11
-1
@@ -44,6 +44,17 @@ class SqlBuilder extends Component
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param array $compiler
|
||||
* @return string
|
||||
* @throws Exception
|
||||
*/
|
||||
public function hashCompiler(array $compiler): string
|
||||
{
|
||||
return $this->where($compiler);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param array $attributes
|
||||
* @return bool|array
|
||||
@@ -97,7 +108,6 @@ class SqlBuilder extends Component
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @param array $attributes
|
||||
* @param false $isBatch
|
||||
|
||||
Reference in New Issue
Block a user