Skip to content

Commit

Permalink
api provider
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 24, 2024
1 parent e2e21fe commit ef67c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\ServiceProvider;
use Laravel\Passport\Passport;

class PassportServiceProvider extends ServiceProvider
class ApiServiceProvider extends ServiceProvider
{
/**
* Register services.
Expand Down
2 changes: 1 addition & 1 deletion stubs/bootstrap/providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// This file is automatically generated by Laravel...

return [
App\Providers\ApiServiceProvider::class,
App\Providers\AppServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
App\Providers\JetstreamServiceProvider::class,
App\Providers\PassportServiceProvider::class,
];

0 comments on commit ef67c26

Please sign in to comment.