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 3741502 commit 0c1bce0Copy full SHA for 0c1bce0
src/ChartServiceProvider.php
@@ -2,9 +2,9 @@
2
3
namespace Bbsnly\ChartJs;
4
5
-use Bbsnly\ChartJs\Chart;
+use Illuminate\Support\ServiceProvider;
6
7
-class ServiceProvider extends \Illuminate\Support\ServiceProvider
+class ChartServiceProvider extends ServiceProvider
8
{
9
/**
10
* Bootstrap the application events.
0 commit comments