From 2628cc31fc7aa19150597cd2f2e4d4e45fa9a63f Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Fri, 22 May 2026 13:12:50 +0530 Subject: [PATCH] Remove unused $plan injection --- .../Platform/Modules/Project/Http/Project/SMTP/Tests/Create.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Project/Http/Project/SMTP/Tests/Create.php b/src/Appwrite/Platform/Modules/Project/Http/Project/SMTP/Tests/Create.php index 804964733d..fa35b8d6d5 100644 --- a/src/Appwrite/Platform/Modules/Project/Http/Project/SMTP/Tests/Create.php +++ b/src/Appwrite/Platform/Modules/Project/Http/Project/SMTP/Tests/Create.php @@ -70,7 +70,6 @@ class Create extends Action ->inject('project') ->inject('publisherForMails') ->inject('platform') - ->inject('plan') ->callback($this->action(...)); } @@ -91,7 +90,6 @@ class Create extends Action Document $project, MailPublisher $publisherForMails, array $platform, - array $plan ): void { // Backwards compatibility: use inline params if provided, otherwise fall back to project SMTP config. // When inline params are provided they are treated as self-contained — project config is ignored