Skip to content

Commit

Permalink
fix: Changed in readme for encryptable array
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep0108 committed Mar 7, 2024
1 parent d5bd931 commit 1911242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class User extends Model
{
use Encryptable; // <-- 1. Include trait

protected $encryptable = [ // <-- 2. Include columns to be encrypted
public array $encryptable = [ // <-- 2. Include columns to be encrypted
'email',
'first_name',
'last_name',
Expand Down

0 comments on commit 1911242

Please sign in to comment.