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

add missing attribute

This commit is contained in:
David Goodwin 2019-01-03 19:47:16 +00:00
parent 78276534d9
commit e5cacbec90

View File

@ -92,6 +92,11 @@ class Shell {
*/
public $name;
/**
* @param string
*/
public $handler_to_use;
/**
* Constructs this Shell instance.
*