From 0ae4caf8f67e7604adbbd58493c9968ed9929731 Mon Sep 17 00:00:00 2001 From: SLINIcraftet204 Date: Mon, 14 Apr 2025 18:40:07 +0200 Subject: [PATCH] changed main-class name --- composer.json | 2 +- src/{TurnstileReMaster.php => SLINITurnstile.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{TurnstileReMaster.php => SLINITurnstile.php} (72%) diff --git a/composer.json b/composer.json index 7fccfa1..99b7c2a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "extra": { - "shopware-plugin-class": "TurnstileReMaster\\TurnstileReMaster", + "shopware-plugin-class": "TurnstileReMaster\\SLINITurnstile", "label": { "de-DE": "Turnstile-Remaster (Canary)", "en-GB": "Turnstile-Remaster (Canary)" diff --git a/src/TurnstileReMaster.php b/src/SLINITurnstile.php similarity index 72% rename from src/TurnstileReMaster.php rename to src/SLINITurnstile.php index 32ce2d5..a9f0588 100644 --- a/src/TurnstileReMaster.php +++ b/src/SLINITurnstile.php @@ -4,6 +4,6 @@ namespace TurnstileReMaster; use Shopware\Core\Framework\Plugin; -class TurnstileReMaster extends Plugin +class SLINITurnstile extends Plugin { } \ No newline at end of file