Skip to content

Commit 9ea2747

Browse files
committed
ServiceProvider bugfix
1 parent c26c35a commit 9ea2747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ChartServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function boot()
2323
*/
2424
public function register()
2525
{
26-
$this->app->make(Chart::class, function ($app) {
26+
$this->app->bind(Chart::class, function ($app) {
2727
return new Chart();
2828
});
2929
}

0 commit comments

Comments
 (0)