Proyectos de Subversion LeadersLinked - Services

Rev

Rev 302 | Rev 334 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 302 Rev 333
Línea 106... Línea 106...
106
        $this->cache        = $cache;
106
        $this->cache        = $cache;
107
        $this->logger       = $logger;
107
        $this->logger       = $logger;
108
        $this->config       = $config;
108
        $this->config       = $config;
109
        $this->translator   = $translator;
109
        $this->translator   = $translator;
Línea 110... Línea 110...
110
        
110
        
111
        $this->storage = Storage::getInstance($this->config);
111
        $this->storage = Storage::getInstance($this->config, $this->adapter);
Línea 112... Línea 112...
112
    }
112
    }
113
 
113
 
114
    /**
114
    /**