Skip to content

Commit

Permalink
Added compressor ignore markers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Dec 18, 2014
1 parent 7ae7f1c commit b0c4ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b0c4ec7

Please sign in to comment.