Skip to content

Commit

Permalink
php compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute-quantum authored May 15, 2017
1 parent 71bf27a commit 7ff178b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Encryptors/HaliteEncryptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

namespace Ambta\DoctrineEncryptBundle\Encryptors;

use \ParagonIE\Halite\{
Asymmetric\Crypto as Asymmetric,
HiddenString,
EncryptionKey,
KeyFactory
};
use ParagonIE\Halite\Symmetric\Crypto;
use \ParagonIE\Halite\HiddenString;
use \ParagonIE\Halite\EncryptionKey;
use \ParagonIE\Halite\KeyFactory;
use \ParagonIE\Halite\Symmetric\Crypto;

/**
* Class for encrypting and decrypting with the halite library
Expand Down

0 comments on commit 7ff178b

Please sign in to comment.