Skip to content

Commit

Permalink
Remove customised methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Dec 17, 2024
1 parent 47d7ef1 commit 58c4b38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Models/ConsentOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ public static function activeKeysForUser($user): array
->where('is_current', true)
->where('enabled', true)
->where('published_at', '<=', now())
->filterByOrganisations(self::getOrganisationIdsForUser($user))
->filterByProducts(self::getProductIdsForUser($user))
->filterByProductCategories(self::getProductCategoryIdsForUser($user))
->pluck('key')
->toArray();
});
Expand Down

0 comments on commit 58c4b38

Please sign in to comment.