Commit c79447fd843024c9544994274b8224ac443f623b

Authored by Mihail
1 parent cfb27c7f

fixed namespace issue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
composer.json
... ... @@ -18,7 +18,7 @@
18 18 },
19 19 "autoload": {
20 20 "psr-4": {
21   - "artweb\\yii2-multiparser\\lib\\": ""
  21 + "yii\\multiparser\\": "artweb\\yii2-multiparser\\lib\\"
22 22 }
23 23 }
24 24 }
... ...