Fixes for query
This commit is contained in:
parent
0bdda6a529
commit
d5ea6fec60
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue