Skip to content

Commit

Permalink
load data infile in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Green committed Apr 10, 2015
1 parent 00a6e22 commit 99afc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ public function get($columns = array('*'))
* @param $file
* @param $columns
* @param callable $builder
* @return $this
* @return \PDOStatement
*/
public function infile($file, $columns, Closure $builder = null)
{
Expand Down

0 comments on commit 99afc25

Please sign in to comment.