Skip to content

Commit 0c83408

Browse files
authored
typo
1 parent b875252 commit 0c83408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To make sure that a relationship is defined before you try to access credentials
117117

118118
```php
119119
if ($config->hasRelationship('database')) {
120-
$creds = $conifg->credentials('database');
120+
$creds = $config->credentials('database');
121121
// ...
122122
}
123123
```

0 commit comments

Comments
 (0)