Skip to content

Commit

Permalink
fixed compressor remove
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Dec 18, 2014
1 parent b0c4ec7 commit 1887899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function init(array $params = array())
// 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)]
//[PHPCOMPRESSOR(remove,end)]

// Configure file service instance with this service config
Config::implement($this->id, $this->fileService, $this->configuration);
Expand Down

0 comments on commit 1887899

Please sign in to comment.