Skip to content

Commit

Permalink
readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Votruba committed Oct 2, 2014
1 parent fd93d46 commit 75f9e2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Expand Up @@ -22,7 +22,7 @@ And register the factory in `config.neon`:

```yaml
services:
- Zenify\FlashMessageComponent\IControl
- Zenify\FlashMessageComponent\ControlFactory
```


Expand All @@ -31,11 +31,12 @@ services:
Inject to presenter

```php
class Presenter ... {
class Presenter ...
{

/**
* @inject
* @var Zenify\FlashMessageComponent\IControlFactory
* @var Zenify\FlashMessageComponent\ControlFactory
*/
public $flashMessageControlFactory;

Expand Down

0 comments on commit 75f9e2e

Please sign in to comment.