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 c65537b commit 8ce8414Copy full SHA for 8ce8414
src/Exceptions/MissingSettings.php
@@ -10,6 +10,6 @@ public static function create(string $settingsClass, array $missingProperties, s
10
{
11
$missing = implode(', ', $missingProperties);
12
13
- return new self("Tried {$operation} settings '{$settingsClass}', and following properties were missing: {$missing}");
+ return new self("Tried {$operation} settings '{$settingsClass}', and the following properties were missing: {$missing}");
14
}
15
0 commit comments