Skip to content

Commit 62f7fcd

Browse files
wip
1 parent ba7776e commit 62f7fcd

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
@@ -600,7 +600,7 @@ Unlocking settings can be done as such:
600600
$dateSettings->unlock('birth_date', 'name', 'email');
601601
```
602602

603-
### Encrypting settings
603+
### Encrypting properties
604604

605605
Some properties in your settings DTO can be confidential, like API keys, for example. It is possible to encrypt some of your properties, so it won't be possible to read them when your repository data was compromised.
606606

@@ -676,7 +676,7 @@ public function up(): void
676676

677677
Of course, you can use these methods when using `inGroup` migration operations.
678678

679-
### Faking settings
679+
### Faking settings DTO's
680680

681681
In tests, it is sometimes desired that some settings DTO's can be quickly used with values that are different from default ones you've written in your migrations. That's why you can fake settings. Faked settings DTO's will be registered in the container. And you can overwrite some or all the properties in the settings DTO:
682682

0 commit comments

Comments
 (0)