From 4dd50cce44a500839a402a848ae3470001915b1a Mon Sep 17 00:00:00 2001 From: Vitaly Egorov Date: Sun, 11 Jan 2015 09:44:27 +0200 Subject: [PATCH] Changed to core IConfigurable --- src/FileService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FileService.php b/src/FileService.php index 0166dc6..3b39085 100644 --- a/src/FileService.php +++ b/src/FileService.php @@ -62,7 +62,6 @@ public function init(array $params = array()) return parent::init($params); } - //[PHPCOMPRESSOR(remove,start)] /** * @param mixed $entityConfiguration current instance for configuration * @return boolean False if something went wrong otherwise true @@ -72,7 +71,6 @@ public function configure($entityConfiguration) // Convert object to array $this->configuration = (array)$entityConfiguration; } - //[PHPCOMPRESSOR(remove,end)] /** * Write data to a specific relative location