Skip to content

Commit

Permalink
Merge pull request #48 from Alban-io/patch-1
Browse files Browse the repository at this point in the history
add missing bracket on helpers docs
  • Loading branch information
mnapoli committed Oct 28, 2018
2 parents feba2dc + afe69dd commit 49824fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use Joli\JoliNotif\NotifierFactory;
[…]

$builder->addDefinitions([
Notifier::class => factory(NotifierFactory::class, 'create'),
Notifier::class => factory([NotifierFactory::class, 'create']),
]);
```

Expand Down

0 comments on commit 49824fc

Please sign in to comment.