Skip to content

Commit cb71d1f

Browse files
Update README.md
1 parent 327346a commit cb71d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ similar to laravel eloquent `where` and `orWhere`.
101101
If you have current data in your database you can encrypt it with the following command.
102102

103103
```php
104-
php artisan encryptable:encryptModel 'App\User'
104+
php artisan encryptable:encryptModel 'App\User'
105105
```
106106

107107
Additionally you can decrypt it using the following commmand.
108108

109109
```php
110-
php artisan encryptable:decryptModel 'App\User'
110+
php artisan encryptable:decryptModel 'App\User'
111111
```
112112

113113
Note: You must implement first the `Encryptable` trait and set `$encryptable` attributes

0 commit comments

Comments
 (0)