Skip to content

Commit

Permalink
Fixed fatal error caused by namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunqiang authored Oct 18, 2016
1 parent e3fa298 commit f66f4cc
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 f66f4cc

Please sign in to comment.