This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212use Exception ;
1313use RuntimeException ;
14- use DatabaseEncryption ;
1514use Illuminate \Support \Facades \DB ;
1615use Illuminate \Support \Facades \Log ;
1716use Illuminate \Encryption \Encrypter ;
1817use Illuminate \Support \Facades \Config ;
18+ use AustinHeap \Database \Encryption \EncryptionFacade as DatabaseEncryption ;
1919
2020/**
2121 * Class MigrateEncryptionCommand.
Original file line number Diff line number Diff line change 99
1010namespace AustinHeap \Database \Encryption ;
1111
12- use Config ;
1312use RuntimeException ;
13+ use Illuminate \Support \Facades \Config ;
1414
1515/**
1616 * EncryptionHelper.
Original file line number Diff line number Diff line change 99
1010namespace AustinHeap \Database \Encryption \Traits ;
1111
12- use Log ;
13- use Crypt ;
14- use DatabaseEncryption ;
12+ use Illuminate \Support \Facades \Log ;
13+ use Illuminate \Support \Facades \Crypt ;
1514use Illuminate \Contracts \Encryption \DecryptException ;
1615use Illuminate \Contracts \Encryption \EncryptException ;
16+ use AustinHeap \Database \Encryption \EncryptionFacade as DatabaseEncryption ;
1717
1818/**
1919 * HasEncryptedAttributes.
You can’t perform that action at this time.
0 commit comments