Skip to content

Commit a225474

Browse files
committed
die after exporting the data
1 parent 7d90a74 commit a225474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Export.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ public function export()
8282
while ($generator->valid()) {
8383
$generator->next();
8484
}
85+
86+
die();
8587
}
8688

8789
/**

0 commit comments

Comments
 (0)