Skip to content

Commit

Permalink
Fix case issue under Binding Instances
Browse files Browse the repository at this point in the history
Fixes #3346
  • Loading branch information
jakebathman committed Jul 6, 2017
1 parent 00e9a57 commit 3653b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.md
Expand Up @@ -98,7 +98,7 @@ You may also bind an existing object instance into the container using the `inst

$api = new HelpSpot\API(new HttpClient);

$this->app->instance('HelpSpot\Api', $api);
$this->app->instance('HelpSpot\API', $api);

#### Binding Primitives

Expand Down

0 comments on commit 3653b7a

Please sign in to comment.