wip
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user