diff --git a/src/Deblan/Csv/CsvParser.php b/src/Deblan/Csv/CsvParser.php index 6c5664f..70f45d5 100644 --- a/src/Deblan/Csv/CsvParser.php +++ b/src/Deblan/Csv/CsvParser.php @@ -86,9 +86,9 @@ class CsvParser $this->hasLegend = $v; } - public function getLegend() + public function getHasLegend() { - return $this->legend; + return $this->hasLegend; } public function setNullValues(array $v)