Skip to content

Commit 3b8f681

Browse files
committed
Updates to release v1.0.5
1 parent fd8bef0 commit 3b8f681

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

DomPurifyAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
55
* @package yii2-widgets
6-
* @subpackage yii2-widget-rating
6+
* @subpackage yii2-widget-fileinput
77
* @version 1.0.5
88
*/
99

FileInputThemeAsset.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ class FileInputThemeAsset extends AssetBundle
2727
/**
2828
* @inheritdoc
2929
*/
30-
public function init()
31-
{
32-
$this->depends = array_merge($this->depends, ['kartik\rating\FileInputAsset']);
33-
parent::init();
34-
}
30+
public $depends = ['kartik\file\FileInputAsset'];
3531

3632
/**
3733
* Add file input theme file

SortableAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
55
* @package yii2-widgets
6-
* @subpackage yii2-widget-rating
6+
* @subpackage yii2-widget-fileinput
77
* @version 1.0.5
88
*/
99

0 commit comments

Comments
 (0)