Skip to content

Commit

Permalink
ServiceProvider bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsnly committed Oct 12, 2017
1 parent c26c35a commit 9ea2747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChartServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function boot()
*/
public function register()
{
$this->app->make(Chart::class, function ($app) {
$this->app->bind(Chart::class, function ($app) {
return new Chart();
});
}
Expand Down

0 comments on commit 9ea2747

Please sign in to comment.