This commit is contained in:
2023-12-04 18:41:36 +05:00
parent af512688bc
commit a3d41770e7
3 changed files with 10 additions and 15 deletions

View File

@@ -19,9 +19,6 @@ class LoanOrderPerDay extends Trend
/**
* Calculate the value of the metric.
*
* @param \Laravel\Nova\Http\Requests\NovaRequest $request
* @return mixed
*/
public function calculate(NovaRequest $request): mixed
{
@@ -30,8 +27,6 @@ class LoanOrderPerDay extends Trend
/**
* Get the ranges available for the metric.
*
* @return array
*/
public function ranges(): array
{
@@ -54,8 +49,6 @@ class LoanOrderPerDay extends Trend
/**
* Get the URI key for the metric.
*
* @return string
*/
public function uriKey(): string
{

View File

@@ -19,9 +19,6 @@ class LoanOrderPerStatus extends Partition
/**
* Calculate the value of the metric.
*
* @param \Laravel\Nova\Http\Requests\NovaRequest $request
* @return mixed
*/
public function calculate(NovaRequest $request): mixed
{
@@ -45,8 +42,6 @@ class LoanOrderPerStatus extends Partition
/**
* Get the URI key for the metric.
*
* @return string
*/
public function uriKey(): string
{