This commit is contained in:
2021-02-25 17:59:59 +08:00
parent 3fbbab12ab
commit 2b5819d3f4
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class SqlBuilder extends Component
* @param $query
* @return $this
*/
public static function builder(QueryTrait|null $query): static
public static function builder(ISqlBuilder|null $query): static
{
return new static(['query' => $query]);
}