Skip to content

Commit 6e8a5ba

Browse files
committed
update namespace and psr
1 parent 188e95c commit 6e8a5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"virbo\\wsfeeder\\src\\": ""
19+
"virbo\\wsfeeder\\": "src/"
2020
}
2121
}
2222
}

src/Feeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace virbo\wsfeeder\src;
3+
namespace virbo\wsfeeder;
44

55
use Yii;
66
use yii\base\Component;

0 commit comments

Comments
 (0)