Fix fatal duplicate symbols from church→shop/menu rename.
Deploy Ladill Merchant / deploy (push) Successful in 36s

The customize script's blind TYPE_CHURCH→TYPE_SHOP and churchLogo→menuLogo
replacements created a duplicate QrCode::TYPE_SHOP constant and duplicate
QrScanController::menuLogo()/menuCover() methods — fatal at request time
(crashed /dashboard with 500). The menu* methods already cover TYPE_SHOP,
so drop the redundant church-origin copies.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
isaacclad
2026-06-10 09:23:00 +00:00
co-authored by Claude Opus 4.8
parent 6cf796fa60
commit 62b3fcd479
2 changed files with 0 additions and 31 deletions
-1
View File
@@ -19,7 +19,6 @@ class QrCode extends Model
public const TYPE_IMAGE = 'image';
public const TYPE_SHOP = 'shop';
public const TYPE_MENU = 'menu';
public const TYPE_SHOP = 'shop';
public const TYPE_APP = 'app';
public const TYPE_BOOKING = 'booking';
/** @deprecated Legacy ebook type — migrated to {@see TYPE_BOOKING} */