Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Declaration FilterableValue aggregate not compatible  #8

Description

@renege

Hi, @sschlein @mpociot

Having issues on latest V2-version of Nova: 2.12.0

Declaration of Beyondcode\FilterableCard\FilterableValue::aggregate($request, $model, $function, $column = NULL) should be compatible with Laravel\Nova\Metrics\Value::aggregate($request, $model, $function, $column = NULL, $dateColumn = NULL)

This in my Nova Value Metric:

use Beyondcode\FilterableCard\FilterableValue;
use Laravel\Nova\Http\Requests\NovaRequest;
use Laravel\Nova\Metrics\Value;

class TotalAdvisors extends Value
{
    use FilterableValue;

Also tried to use the Trait use Beyondcode\FilterableCard\Filterable; > then I get no errors, but nothing will happen when I click the 3 dots ,while i expect a popup to open.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions