Skip to content

Commit

Permalink
fix: set default method to APPEND
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed May 28, 2024
1 parent 55b3cc8 commit f3a5c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SQLLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SQLLoader
{
protected ?string $file = null;

protected Method $method = Method::INSERT;
protected Method $method = Method::APPEND;

protected array $tables = [];

Expand Down

0 comments on commit f3a5c3c

Please sign in to comment.