Skip to content

Commit

Permalink
set default value
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmill3rtime committed Aug 21, 2018
1 parent 7164604 commit 35fd4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MySQLFileTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MySQLFileTool
* @param $keys
* @param $chunk_size
*/
public function __construct($table, $keys, $chunk_size, $mode)
public function __construct($table, $keys, $chunk_size, $mode = null)
{
$this->_table = $table;
$this->_keys = $keys;
Expand Down

0 comments on commit 35fd4fe

Please sign in to comment.