Skip to content

Commit

Permalink
Syntax error or access violation Fix for Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
itcyborg committed Dec 23, 2021
1 parent 947c6b3 commit 8b78488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getReturningCustomersPercentProperty()
'address_join.contact_email',
'=',
"{$table}.contact_email"
)->groupBy("{$table}.id");
)->groupBy("{$table}.id","{$table}.contact_email");

$total = $query->clone()->get()->count();

Expand Down

0 comments on commit 8b78488

Please sign in to comment.