Skip to content

Commit

Permalink
Fix class name typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
furic committed Dec 5, 2020
1 parent ad3cdfc commit 393ddd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/GameEssentialsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

use Illuminate\Support\ServiceProvider;

class RedeemCodesServiceProvider extends ServiceProvider
class GameEssentialsServiceProvider extends ServiceProvider
{

/**
* Bootstrap the application services.
*
Expand Down Expand Up @@ -34,4 +35,5 @@ public function register()
// __DIR__ . '/../config/game-essentials.php', 'game-essentials'
// );
}
}

}

0 comments on commit 393ddd6

Please sign in to comment.