AttachLibraryItemToLibrary

This commit is contained in:
Benjamin Takats
2023-01-22 13:03:54 +01:00
parent 72df62a765
commit c5d67cee25
11 changed files with 26 additions and 11 deletions

View File

@@ -7,6 +7,11 @@ use Laravel\Nova\Http\Requests\NovaRequest;
class LibraryItemWithout extends BooleanFilter
{
public function name()
{
return __('Filter');
}
/**
* Apply the filter to the given query.
*