Fixes for product sales export

This commit is contained in:
David Bomba 2024-09-26 12:54:14 +10:00
parent ce181b976a
commit 5beaa80786

View File

@ -23,7 +23,7 @@ use League\Csv\Writer;
class ProductSalesExport extends BaseExport
{
public string $date_key = 'created_at';
public string $date_key = 'date';
/** @var Collection<\App\Models\Product> $products*/
protected Collection $products;