Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum authored Oct 1, 2020
1 parent 2cbc535 commit ba3aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function get(string $key, $default = null)
**Examples**

```php
$registry->set('movies.the-thin-red-line.title', 'The Thin Red Line');
$title = $registry->get('movies.the-thin-red-line.title', 'The Thin Red Line');
```

##### <a name="registry_has"></a> Method: `has()`
Expand Down

0 comments on commit ba3aa23

Please sign in to comment.