Skip to content

Commit

Permalink
Merge pull request kartik-v#90 from lichunqiang/patch-1
Browse files Browse the repository at this point in the history
Fixed fatal error caused by namespace.
  • Loading branch information
kartik-v authored Oct 18, 2016
2 parents e3fa298 + f66f4cc commit 744e12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FileInputThemeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
namespace kartik\file;

use kartik\base\AssetBundle;
use Yii;

/**
* Theme Asset bundle for the FileInput Widget
Expand Down Expand Up @@ -58,4 +59,4 @@ protected function checkExists($path)
{
return file_exists(Yii::getAlias($this->sourcePath . '/' . $path));
}
}
}

0 comments on commit 744e12c

Please sign in to comment.