Skip to content

Commit 5772e2d

Browse files
committed
Fixed forgotten import
1 parent aba5ffa commit 5772e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
use Yii;
1111
use yii\base\InvalidConfigException;
12+
use yii\di\Instance;
1213

1314
/**
1415
* Redis Cache implements a cache application component based on [redis](http://redis.io/) key-value store.

0 commit comments

Comments
 (0)