Remove some unused comments.

This commit is contained in:
James Cole
2025-08-15 21:10:30 +02:00
parent fe9d36cd27
commit e4d443db50
28 changed files with 0 additions and 178 deletions

View File

@@ -36,10 +36,6 @@ use Illuminate\Http\JsonResponse;
*/
class PeriodController extends Controller
{
/**
* This endpoint is documented at:
* https://api-docs.firefly-iii.org/?urls.primaryName=2.0.0%20(v1)#/insight/insightTransferTotal
*/
public function total(GenericRequest $request): JsonResponse
{
$accounts = $request->getAssetAccounts();