diff --git a/composer.json b/composer.json index fa0286e..ec01fc3 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ ], "autoload":{ "psr-4":{ - "CSV\\": "src", - "CSV\\extensions\\": "src\\extensions", - "CSV\\tests\\": "tests" + "ParseCsv\\": "src", + "ParseCsv\\extensions\\": "src\\extensions", + "ParseCsv\\tests\\": "tests" } }, "require-dev": { diff --git a/src/Csv.php b/src/Csv.php index 7fe2fb0..74381e4 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -1,7 +1,7 @@ csv = new parseCSV(); + $this->csv = new Csv(); //setup the reflection class $this->reflection = new ReflectionClass($this->csv);