Skip to content

Commit

Permalink
Merge pull request #42 from JoeCotellese/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dev-marcel authored Apr 27, 2020
2 parents 168edb4 + 4e82e21 commit 2a1c04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ More about us can be found on our website. [Ambta.com](https://ambta.com)

### What does it do exactly

It gives you the opportunity to add the @Encrypt annotation above each string property
It gives you the opportunity to add the @Encrypted annotation above each string property

```php
/**
* @Encrypt
* @Encrypted
*/
protected $username;
```
Expand Down

0 comments on commit 2a1c04b

Please sign in to comment.