mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove unused $plan injection
This commit is contained in:
parent
e3768ce8ee
commit
2628cc31fc
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue