From 3be5cca60ad2fb1b51d060a9c1bba8a33365a0ca Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 6 Jan 2017 13:54:55 +0100 Subject: [PATCH] Use Crypt in attachment repository [skip ci] --- app/Repositories/Attachment/AttachmentRepository.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Repositories/Attachment/AttachmentRepository.php b/app/Repositories/Attachment/AttachmentRepository.php index b1e7bbbe78..1bc9401624 100644 --- a/app/Repositories/Attachment/AttachmentRepository.php +++ b/app/Repositories/Attachment/AttachmentRepository.php @@ -19,6 +19,7 @@ use FireflyIII\Models\Attachment; use FireflyIII\User; use Illuminate\Support\Collection; use Storage; +use Crypt; /** * Class AttachmentRepository