Skip to content

Commit

Permalink
PSR 4 alias change
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 5, 2014
1 parent c51e413 commit 1286fee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version 1.0.0
=============
Initial release
- Initial release
- PSR4 alias change
File renamed without changes.
2 changes: 1 addition & 1 deletion sortable/SortableAsset.php → SortableAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SortableAsset extends \kartik\widgets\AssetBundle

public function init()
{
$this->setSourcePath(__DIR__ . '/../assets');
$this->setSourcePath(__DIR__ . '/assets');
$this->setupAssets('css', ['css/kv-sortable']);
$this->setupAssets('js', ['js/jquery.sortable']);
parent::init();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"autoload": {
"psr-4": {
"kartik\\": ""
"kartik\\sortable\\": ""
}
}
}

0 comments on commit 1286fee

Please sign in to comment.