Skip to content

Commit b539ce6

Browse files
committed
Removed redundant comment from basic-usage.md documentation
1 parent 2a66f64 commit b539ce6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/basic-usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ service('settings')->flush();
4646
Also, you can use the `pull()` method to retrieve a setting and then remove it from the persistent storage in one go. This is useful when you want to retrieve a value and ensure it is no longer available for future use.
4747

4848
```php
49-
// The same as config('App')->siteName;
5049
$siteName = service('settings')->pull('App.siteName');
5150
```
5251

0 commit comments

Comments
 (0)