Remove unnecessary setters.

This commit is contained in:
James Cole
2025-08-03 08:02:13 +02:00
parent 716d72d8af
commit 061c01da53
16 changed files with 9 additions and 40 deletions

View File

@@ -76,7 +76,6 @@ class StoreController extends Controller
$admin = auth()->user();
$enrichment = new AccountEnrichment();
$enrichment->setUser($admin);
$enrichment->setPrimaryCurrency($this->primaryCurrency);
$account = $enrichment->enrichSingle($account);
/** @var AccountTransformer $transformer */