改名
This commit is contained in:
@@ -168,10 +168,10 @@ trait Condition
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param QueryTrait $query
|
* @param ActiveQuery $query
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function builderLimit($query)
|
private function builderLimit(ActiveQuery $query)
|
||||||
{
|
{
|
||||||
$limit = $query->limit;
|
$limit = $query->limit;
|
||||||
if (!is_numeric($limit) || $limit < 1) {
|
if (!is_numeric($limit) || $limit < 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user