diff --git a/src/Viserio/Encryption/Encrypter.php b/src/Viserio/Encryption/Encrypter.php index 0f7f6cf6f..ca198fec5 100644 --- a/src/Viserio/Encryption/Encrypter.php +++ b/src/Viserio/Encryption/Encrypter.php @@ -5,8 +5,8 @@ use RandomLib\Generator as RandomLib; use RuntimeException; use Viserio\Contracts\Encryption\DecryptException; -use Viserio\Contracts\Encryption\Encrypter as EncrypterContract; use Viserio\Contracts\Encryption\EncryptException; +use Viserio\Contracts\Encryption\Encrypter as EncrypterContract; use Viserio\Contracts\Hashing\Generator as HashContract; use Viserio\Encryption\Adapter\OpenSsl; diff --git a/src/Viserio/Filesystem/FilesystemAdapter.php b/src/Viserio/Filesystem/FilesystemAdapter.php index 379b3fdb9..2237ad2da 100644 --- a/src/Viserio/Filesystem/FilesystemAdapter.php +++ b/src/Viserio/Filesystem/FilesystemAdapter.php @@ -4,7 +4,6 @@ use InvalidArgumentException; use League\Flysystem\AdapterInterface; use League\Flysystem\Config as FlyConfig; -use League\Flysystem\FileNotFoundException as FlyFileNotFoundException; use Viserio\Contracts\Filesystem\Directorysystem as DirectorysystemContract; use Viserio\Contracts\Filesystem\Exception\FileNotFoundException; use Viserio\Contracts\Filesystem\Exception\IOException as ViserioIOException;