We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d4a98 commit 78d0b15Copy full SHA for 78d0b15
README.md
@@ -26,7 +26,7 @@ The package will automatically register its service provider.
26
27
## Quick Start
28
29
-### 1. Set Up Your Model
+### Set Up Your Model
30
31
Make your Eloquent model implement the `Anonymizable` contract and use the `Anonymized` trait:
32
@@ -56,7 +56,7 @@ class User extends Model implements Anonymizable
56
}
57
```
58
59
-### 2. Enable Anonymization
+### Enable Anonymization
60
61
Somewhere within your application, enable anonymization:
62
0 commit comments