This commit is contained in:
ichynul 2024-01-11 10:15:12 +08:00
parent 8ba416cd63
commit 429c8a04e4
No known key found for this signature in database
GPG Key ID: FB4F1E1AAA3F5C1F
1 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,8 @@ trait HasBase
$this->isExporting = false;
$this->indexWith = [];
$this->indexFieldsExcept = [];
$this->indexFieldsOnly = '*';
$this->indexFieldsExcept = '';
$this->postAllowFields = [];
$this->delNotAllowed = [];
}