We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26c35a commit 9ea2747Copy full SHA for 9ea2747
src/ChartServiceProvider.php
@@ -23,7 +23,7 @@ public function boot()
23
*/
24
public function register()
25
{
26
- $this->app->make(Chart::class, function ($app) {
+ $this->app->bind(Chart::class, function ($app) {
27
return new Chart();
28
});
29
}
0 commit comments