Skip to content

Commit eba8327

Browse files
committed
refactor: remove duplicate PHPDoc block from ArtisanCommandController
1 parent a1b958a commit eba8327

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Http/Controllers/ArtisanCommandController.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ protected function getAllCommands()
9191
return $commands;
9292
}
9393

94-
/**
95-
* Execute an Artisan command.
96-
*
97-
* @param \Illuminate\Http\Request $request
98-
* @return \Illuminate\Http\JsonResponse
99-
*/
10094
/**
10195
* Execute an Artisan command.
10296
*

0 commit comments

Comments
 (0)