Commit 0aca931b6f94d35299eb73403eb96622f3973bca

Authored by Mihail
1 parent a684f314

edit json file and refactor TableParser

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
composer.json
1 1 {
2 2 "minimum-stability" : "dev",
3   - "name": "artweb/yii2-multiparser",
  3 + "name": "tsum/yii2-multiparser",
4 4 "type": "library",
5 5 "description": "This extension provides a Multiparser solution for Yii framework 2.0.",
6 6 "keywords": [ "yii2", "parser", "csv", "xml", "xlsx" ],
... ...
lib/TableParser.php
... ... @@ -9,8 +9,6 @@
9 9 namespace yii\multiparser;
10 10  
11 11  
12   -use common\components\CustomVarDamp;
13   -
14 12 abstract class TableParser extends Parser
15 13 {
16 14  
... ...