diff --git a/app/Http/Controllers/Qr/AfiaController.php b/app/Http/Controllers/Qr/AfiaController.php index e6fe0a7..53f54cc 100644 --- a/app/Http/Controllers/Qr/AfiaController.php +++ b/app/Http/Controllers/Qr/AfiaController.php @@ -45,7 +45,7 @@ class AfiaController extends Controller return ['signed_in' => 'no']; } - $types = QrTypeCatalog::eventTypes(); + $types = QrTypeCatalog::storefrontTypes(); $codes = $account->qrCodes()->whereIn('type', $types); $ctx = [