Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
heyallan authored and texnixe committed Sep 10, 2020
1 parent aae4b39 commit 85a8396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ $collection->add('somepage');
```php
$collection = page('exhibitions')->children()->listed();
$page = Page::create([…]);
$collection->add($page');
$collection->add($page);
```

### Add second pages collection

0 comments on commit 85a8396

Please sign in to comment.