mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Fixes #823: consistent interface naming
This commit is contained in:
@@ -16,7 +16,7 @@ use yii\base\Component;
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
class AssetConverter extends Component implements IAssetConverter
|
||||
class AssetConverter extends Component implements AssetConverterInterface
|
||||
{
|
||||
/**
|
||||
* @var array the commands that are used to perform the asset conversion.
|
||||
|
||||
Reference in New Issue
Block a user