0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Merge pull request #502 from vakartel/patch-3

model/AliasdomainHandler.php :: eliminate php warning
This commit is contained in:
David Goodwin 2021-06-02 11:26:17 +01:00 committed by GitHub
commit 961124fae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ class AliasdomainHandler extends PFAHandler
}
}
public function init($id) : bool
public function init(string $id) : bool
{
$success = parent::init($id);
if ($success) {