From 4ac597ffbb599a46032498309251b7a24346cb66 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Wed, 5 Jul 2023 14:21:58 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d8688..cad962c 100644 --- a/README.md +++ b/README.md @@ -746,7 +746,7 @@ DateSettings::fake([ Now, when the `DateSettings` settings class is injected somewhere in your application, the `birth_date` property will be `DateTime('16-05-1994')`. -If all properties are overwritten, no database calls will be made. If only some properties are overwritten, the package will first load the settings from the database and then overwrite the properties. It is possible to explicitly throw an MissingSettings exception when a property is not overwritten in a fake method call +If all properties are overwritten, no calls to repositories will be made. If only some properties are overwritten, the package will first add the overwritten properties and then load the missing settings from the repository. It is possible to explicitly throw an MissingSettings exception when a property is not overwritten in a fake method call like this: ```php DateSettings::fake([