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) private function resolvePaymentKey($column, $entity, $transformer)
{ {
if($entity instanceof Payment){ if($entity instanceof Payment){
$transformed_payment = $transformer->transform($entity); $transformed_payment = $transformer->transform($entity);

View File

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