From a4de09ea367e04e5fd5a888bc7b4e4f165ce2b10 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 28 Nov 2014 14:22:15 +0200 Subject: [PATCH] clenup --- application/Espo/Core/Utils/Crypt.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/Espo/Core/Utils/Crypt.php b/application/Espo/Core/Utils/Crypt.php index 8d4e591232..a637769497 100644 --- a/application/Espo/Core/Utils/Crypt.php +++ b/application/Espo/Core/Utils/Crypt.php @@ -18,11 +18,11 @@ * * You should have received a copy of the GNU General Public License * along with EspoCRM. If not, see http://www.gnu.org/licenses/. - ************************************************************************/ + ************************************************************************/ namespace Espo\Core\Utils; -class Crypt +class Crypt { private $config; @@ -32,9 +32,9 @@ class Crypt public function __construct($config) { - $this->config = $config; + $this->config = $config; $this->cryptKey = $config->get('cryptKey', ''); - } + } protected function getKey() {