Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into Feature/crypt-message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaussades authored Apr 16, 2024
2 parents 1ae2685 + f4bfd73 commit 5e5448b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@
$encrypted = Crypt::encryptString('la vie de devs est cool.');
$decrypted = Crypt::decryptString($encrypted);
dd($encrypted, $decrypted);
})->name("crypto");
})->name("crypto");


});

0 comments on commit 5e5448b

Please sign in to comment.