diff --git a/src/FileService.php b/src/FileService.php index 7946dae..6c394b5 100644 --- a/src/FileService.php +++ b/src/FileService.php @@ -47,8 +47,12 @@ public function init(array $params = array()) $this->fileService = new $this->fileServiceClassName(); } + //[PHPCOMPRESSOR(remove,start)] // Store configuration parameters to local field for compression + // in compressed version this will be loaded from serialized data $this->configuration = & Config::$data[$this->id]; + //[PHPCOMPRESSOR(remove,start)] + // Configure file service instance with this service config Config::implement($this->id, $this->fileService, $this->configuration);