Skip to content

Commit

Permalink
new Adapter system
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest committed Feb 10, 2015
1 parent 3c3db43 commit c916036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Cache/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Cache;

class Redis implements \CacheInterface {
class Redis implements Adapter {

protected $redis = null;
protected $options = [
Expand Down

0 comments on commit c916036

Please sign in to comment.