diff --git a/src/Model/Resolver/ProductAlertSubscribe.php b/Model/Resolver/ProductAlertSubscribe.php similarity index 100% rename from src/Model/Resolver/ProductAlertSubscribe.php rename to Model/Resolver/ProductAlertSubscribe.php diff --git a/composer.json b/composer.json index ab049e5..3277c4d 100755 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ ], "autoload": { "files": [ - "src/registration.php" + "registration.php" ], "psr-4": { - "ScandiPWA\\ProductAlertsGraphQl\\": "src" + "ScandiPWA\\ProductAlertsGraphQl\\": "" } } } diff --git a/src/etc/module.xml b/etc/module.xml similarity index 100% rename from src/etc/module.xml rename to etc/module.xml diff --git a/src/etc/schema.graphqls b/etc/schema.graphqls similarity index 100% rename from src/etc/schema.graphqls rename to etc/schema.graphqls diff --git a/src/registration.php b/registration.php similarity index 100% rename from src/registration.php rename to registration.php