nova-attach-many icon indicating copy to clipboard operation
nova-attach-many copied to clipboard

[bugfix]: forward_static_call returning null

Open ryanmitchell opened this issue 3 years ago • 0 comments

This means we don't assume relateableQuery() (or other) returns the query eg.

    public static function relatableQuery(NovaRequest $request, $query)
    {
        $query->whereEnabled();
    }

ryanmitchell avatar Nov 30 '21 09:11 ryanmitchell