Skip to content

Commit

Permalink
Aw, I messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
sebwalk committed Mar 1, 2018
1 parent eaa11d4 commit 085482f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Importers/FromCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ public function getColumns()
}

/**
* Returns the currently used column mapping
* Returns the column guesser
*
* @return ColumnGuesser
*/
public function getColumnGuesser()
public function getGuesser()
{
return $this->columnGuesser;
}
Expand Down

0 comments on commit 085482f

Please sign in to comment.