eee
This commit is contained in:
@@ -250,7 +250,7 @@ interface ActiveQueryInterface
|
||||
*
|
||||
* @return QueryTrait
|
||||
*/
|
||||
public function groupBy(string $name, string $having = NULL): QueryTrait;
|
||||
public function groupBy(string $name, ?string $having = NULL): QueryTrait;
|
||||
|
||||
/**
|
||||
* @param int $limit
|
||||
@@ -267,4 +267,4 @@ interface ActiveQueryInterface
|
||||
public function offset(int $offset): QueryTrait;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user