Passed
Push — main ( 6c2dd7...891f68 )
by Richard
03:32
created
routes/api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 use Furic\GameEssentials\Http\Controllers\GameController;
5 5
 use Furic\GameEssentials\Http\Controllers\PlayerController;
6 6
 
7
-Route::prefix('api')->group(function () {
7
+Route::prefix('api')->group(function() {
8 8
 
9 9
 	// Games
10 10
 	Route::get('games/{id}', [GameController::class, 'show'])->name('games.show');
Please login to merge, or discard this patch.