Skip to content

Commit

Permalink
Set useLocalKeyword null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdew2 committed Mar 10, 2024
1 parent eaab976 commit c84b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoadData.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LoadData

protected $truncateBeforeLoad = false;

protected $useLocalKeyword = false;
protected $useLocalKeyword;

public function __construct($file)
{
Expand Down

0 comments on commit c84b246

Please sign in to comment.