Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 17132e7

Browse files
committed
Merge branch 'hotfix/108'
Close #108
2 parents 5a6a305 + a749b9e commit 17132e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/pubsubhubbub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ though such extra steps are optional.
107107
```php
108108
use Zend\Feed\PubSubHubbub\Publisher;
109109

110-
$publisher = Publisher;
110+
$publisher = new Publisher;
111111
$publisher->addHubUrls([
112112
'http://pubsubhubbub.appspot.com/',
113113
'http://hubbub.example.com',

0 commit comments

Comments
 (0)