We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d90a74 commit a225474Copy full SHA for a225474
src/Export.php
@@ -82,6 +82,8 @@ public function export()
82
while ($generator->valid()) {
83
$generator->next();
84
}
85
+
86
+ die();
87
88
89
/**
0 commit comments