1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Minor cleanup

This commit is contained in:
David Bomba 2023-07-12 10:24:19 +10:00
parent f009f08171
commit 3a4ee0a00c
2 changed files with 2 additions and 1 deletions

View File

@ -318,6 +318,7 @@ class BaseExport
private function resolvePaymentKey($column, $entity, $transformer)
{
if($entity instanceof Payment){
$transformed_payment = $transformer->transform($entity);

View File

@ -26,7 +26,7 @@ class WebCronController extends Controller
* @return Response
*
* @OA\Get(
* path="/api/v1/webcron",
* path="/webcron",
* operationId="webcron",
* tags={"webcron"},
* summary="Executes the task scheduler via a webcron service",