fix up group transactions bulk purchase orders

This commit is contained in:
omair saleh
2022-07-14 02:01:15 +08:00
parent 117e974b93
commit c960b682af
@@ -116,7 +116,6 @@ class RecoverGroupTransactionTableSeeder extends Seeder
// $document = $this->createsDocument->execute($group, $object);
// $this->createsFile->execute($document, $object);
}
DB::rollBack();
DB::commit();
}
}