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 4e3e11a commit 772d415Copy full SHA for 772d415
src/Builder/ExtractBuilder.php
@@ -18,7 +18,7 @@ class ExtractBuilder
18
public const DEFAULT_FORMAT = self::FORMAT_SQL;
19
20
public const FORMATS = [
21
- self::FORMAT_CSV,
+ // self::FORMAT_CSV, // TODO: Enable this when ready
22
self::FORMAT_SQL,
23
];
24
0 commit comments