Skip to content

Commit

Permalink
Remove PlayerGameController.
Browse files Browse the repository at this point in the history
  • Loading branch information
furic committed Dec 19, 2020
1 parent 52b45b6 commit 6c2dd73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GameEssentialsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function register()
{
$this->app->make('Furic\GameEssentials\Http\Controllers\GameController');
$this->app->make('Furic\GameEssentials\Http\Controllers\PlayerController');
$this->app->make('Furic\GameEssentials\Http\Controllers\PlayerGameController');
// $this->mergeConfigFrom(
// __DIR__ . '/../config/game-essentials.php', 'game-essentials'
// );
Expand Down

0 comments on commit 6c2dd73

Please sign in to comment.