Fix missing property 'caller' of Push class

This commit is contained in:
Kijin Sung 2023-03-23 20:54:54 +09:00
parent 0be90c1817
commit ee52d17fee

View file

@ -10,6 +10,7 @@ class Push
/** /**
* Instance properties. * Instance properties.
*/ */
protected $caller = '';
protected $from = 0; protected $from = 0;
protected $to = array(); protected $to = array();
protected $subject = ''; protected $subject = '';