mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Remove constructor from interface
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
280a075c9c
commit
f3a78ee39d
1 changed files with 0 additions and 11 deletions
|
|
@ -51,17 +51,6 @@ namespace OCP\Mail;
|
|||
* @since 12.0.0
|
||||
*/
|
||||
interface IEMailTemplate {
|
||||
/**
|
||||
* @param \OCP\Defaults $themingDefaults
|
||||
* @param \OCP\IURLGenerator $urlGenerator
|
||||
* @param \OCP\IL10N $l10n
|
||||
*
|
||||
* @since 12.0.0
|
||||
*/
|
||||
public function __construct(\OCP\Defaults $themingDefaults,
|
||||
\OCP\IURLGenerator $urlGenerator,
|
||||
\OCP\IL10N $l10n);
|
||||
|
||||
/**
|
||||
* Adds a header to the email
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue