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

Update VacationHandler.php

This commit is contained in:
Valery Kartel 2021-06-02 13:25:02 +03:00 committed by GitHub
parent 50ba4a3cbf
commit f392024784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ class VacationHandler extends PFAHandler
*/
protected $domain_field = 'domain';
public function init($id) : bool
public function init(string $id) : bool
{
throw new \Exception('VacationHandler is not yet ready to be used with *Handler methods');
}