mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix missing property 'caller' of Push class
This commit is contained in:
parent
0be90c1817
commit
ee52d17fee
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class Push
|
|||
/**
|
||||
* Instance properties.
|
||||
*/
|
||||
protected $caller = '';
|
||||
protected $from = 0;
|
||||
protected $to = array();
|
||||
protected $subject = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue