¨4.0.1¨
This commit is contained in:
@@ -11,6 +11,7 @@ class CustomersOrderReport extends Report
|
||||
return 'report::admin.reports.customers_order_report.index';
|
||||
}
|
||||
|
||||
|
||||
protected function query()
|
||||
{
|
||||
return Order::select('customer_id', 'customer_first_name', 'customer_last_name', 'customer_email')
|
||||
|
||||
Reference in New Issue
Block a user