mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 21:24:35 -04:00
Minor cleanup
This commit is contained in:
parent
f009f08171
commit
3a4ee0a00c
@ -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);
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user