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