¨4.0.1¨
This commit is contained in:
@@ -8,11 +8,13 @@ class ProductsViewReport extends Report
|
||||
{
|
||||
protected $filters = [];
|
||||
|
||||
|
||||
protected function view()
|
||||
{
|
||||
return 'report::admin.reports.products_view_report.index';
|
||||
}
|
||||
|
||||
|
||||
protected function query()
|
||||
{
|
||||
return Product::withoutGlobalScope('active')
|
||||
|
||||
Reference in New Issue
Block a user