Skip to content

Commit 05a4abc

Browse files
committed
PSR 4 alias change
1 parent 22f7108 commit 05a4abc

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
version 1.0.0
22
=============
3-
Initial release
3+
- Initial release
4+
- PSR4 alias change
File renamed without changes.

label/LabelInPlaceAsset.php renamed to LabelInPlaceAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LabelInPlaceAsset extends \kartik\widgets\AssetBundle
1919

2020
public function init()
2121
{
22-
$this->setSourcePath(__DIR__ . '/../assets');
22+
$this->setSourcePath(__DIR__ . '/assets');
2323
$this->setupAssets('css', ['css/jquery.labelinplace']);
2424
$this->setupAssets('js', ['js/jquery.labelinplace']);
2525
parent::init();

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"kartik\\": ""
20+
"kartik\\label\\": ""
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)