[Bridge] Don't return object instance with 'setCache'

This commit is contained in:
logmanoriginal 2016-08-24 20:17:26 +02:00
parent 429126e18a
commit 9021a4b7cc

View file

@ -77,8 +77,6 @@ abstract class BridgeAbstract implements BridgeInterface {
public function setCache(\CacheAbstract $cache){
$this->cache = $cache;
return $this;
}
public function message($text){