diff options
Diffstat (limited to 'src/callnotifier/Log.php')
| -rw-r--r-- | src/callnotifier/Log.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callnotifier/Log.php b/src/callnotifier/Log.php index 9f7a654..8a6b79a 100644 --- a/src/callnotifier/Log.php +++ b/src/callnotifier/Log.php @@ -13,6 +13,8 @@ class Log protected $logger = array( 'msgData' => array(), 'edss1msg' => array(), + 'incomingCall' => array(), + 'finishedCall' => array(), ); /** |
