This commit is contained in:
2021-03-18 18:15:28 +08:00
parent 788d5a524b
commit 755aa7e2e5
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ trait QueryTrait
public ?int $offset = NULL;
public ?int $limit = NULL;
public string $group = '';
public string $from = '';
public string|\Closure|ActiveQuery $from = '';
public string $alias = 't1';
public array $filter = [];