Skip to content

Commit 59bee3f

Browse files
committed
Use the facade to generate a new encryption key
1 parent f07af08 commit 59bee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FileVaultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function test_a_decrypted_file_has_the_same_content_as_the_original_file(
217217
/** @test */
218218
public function test_it_can_encrypt_and_decrypt_using_a_user_generated_key()
219219
{
220-
$key = \SoareCostin\FileVault\FileVault::generateKey();
220+
$key = FileVault::generateKey();
221221

222222
$this->generateFile($fileName = 'file.txt');
223223

0 commit comments

Comments
 (0)