diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 0b05fcb04d..a0dab67e73 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -914,7 +914,7 @@ trait GenerateMigrationResources private function getDocuments() { - $documents = Document::where('account_id', $this->account->id)->withTrashed()->get(); + $documents = Document::where('account_id', $this->account->id)->get(); $transformed = [];