Skip to content

Commit 0c1bce0

Browse files
committed
Bugfix - service provider name
1 parent 3741502 commit 0c1bce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChartServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Bbsnly\ChartJs;
44

5-
use Bbsnly\ChartJs\Chart;
5+
use Illuminate\Support\ServiceProvider;
66

7-
class ServiceProvider extends \Illuminate\Support\ServiceProvider
7+
class ChartServiceProvider extends ServiceProvider
88
{
99
/**
1010
* Bootstrap the application events.

0 commit comments

Comments
 (0)