Skip to content

Commit

Permalink
Merge pull request #52 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
Readme: use native inject
  • Loading branch information
f3l1x committed Oct 15, 2015
2 parents ff2492e + 42eb0a7 commit a47343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ Ty si můžete pomocí `autowiringu` vstříknout do `Presenteru`.
```php
use Markette\Gopay\Service\PaymentService;

/** @var PaymentService @autowire */
/** @var PaymentService @inject */
public $paymentService;
```

Expand Down

0 comments on commit a47343f

Please sign in to comment.