Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Nov 20, 2015
1 parent 7ef0932 commit 727538b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Storage.php
Expand Up @@ -5,14 +5,15 @@
use trntv\filekit\events\StorageEvent;
use trntv\filekit\filesystem\FilesystemBuilderInterface;
use yii\base\BootstrapInterface;
use yii\base\Component;
use yii\base\InvalidConfigException;

/**
* Class Storage
* @package trntv\filekit
* @author Eugene Terentev <eugene@terentev.net>
*/
class Storage extends \yii\base\Component implements BootstrapInterface
class Storage extends Component
{

/**
Expand Down

0 comments on commit 727538b

Please sign in to comment.