Skip to content

Commit acae94d

Browse files
committed
PSR 4 alias change
1 parent 5f1bb36 commit acae94d

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.

detail/DetailViewAsset.php renamed to DetailViewAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DetailViewAsset extends AssetBundle
2121

2222
public function init()
2323
{
24-
$this->setSourcePath(__DIR__ . '/../assets');
24+
$this->setSourcePath(__DIR__ . '/assets');
2525
$this->setupAssets('js', ['js/kv-detail-view']);
2626
$this->setupAssets('css', ['css/kv-detail-view']);
2727
parent::init();

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"kartik\\": ""
24+
"kartik\\detail\\": ""
2525
}
2626
}
2727
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)