Skip to content

Commit 997eb80

Browse files
committed
Fixed the typo in code example
1 parent 4d047cd commit 997eb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $results = $objectStorage05->with('')->setContext('cdn')
118118
```php
119119
$container = $objectStorage->with('another_container')->get();
120120
if (count($container->objects) > 0) {
121-
foreach ($results->objects as $shallowObject) {
121+
foreach ($container->objects as $shallowObject) {
122122
$object = $shallowObject->get();
123123

124124
echo $object->getUrl();

0 commit comments

Comments
 (0)