Skip to content

Commit

Permalink
Remove ticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 12, 2015
1 parent 0d80bda commit 282b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To overwrite a section entirely, you may use the `overwrite` statement:
<a name="service-injection"></a>
## Service Injection

The `@inject` directive may be used to retrieve a service from the Laravel [service container](/docs/master/container). The first argument passed to `@inject` is the name of the variable the service will be placed into, while the second `argument` is the class / interface name of the service you wish to resolve:
The `@inject` directive may be used to retrieve a service from the Laravel [service container](/docs/master/container). The first argument passed to `@inject` is the name of the variable the service will be placed into, while the second argument is the class / interface name of the service you wish to resolve:

@inject('metrics', 'App\Services\MetricsService')

Expand Down

0 comments on commit 282b060

Please sign in to comment.