File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace IbrahimBougaoua \FilamentRatingStar ;
4
4
5
+ use IbrahimBougaoua \FilamentRatingStar \Commands \FilamentRatingStarCommand ;
5
6
use Spatie \LaravelPackageTools \Package ;
6
7
use Spatie \LaravelPackageTools \PackageServiceProvider ;
7
- use IbrahimBougaoua \FilamentRatingStar \Commands \FilamentRatingStarCommand ;
8
8
9
9
class FilamentRatingStarServiceProvider extends PackageServiceProvider
10
10
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace IbrahimBougaoua \FilamentRatingStar \Tests ;
4
4
5
+ use IbrahimBougaoua \FilamentRatingStar \FilamentRatingStarServiceProvider ;
5
6
use Illuminate \Database \Eloquent \Factories \Factory ;
6
7
use Orchestra \Testbench \TestCase as Orchestra ;
7
- use IbrahimBougaoua \FilamentRatingStar \FilamentRatingStarServiceProvider ;
8
8
9
9
class TestCase extends Orchestra
10
10
{
You can’t perform that action at this time.
0 commit comments