- implemented VoiceCallHistoryJob for running the jobs - implement /VoiceCallHistory for displaying, importing the Voice Call History - added date-range-picker to tt-table (still todo)
9 lines
95 B
PHP
9 lines
95 B
PHP
<?php
|
|
|
|
/**
|
|
* @property mixed|null $name
|
|
*/
|
|
class VoiceCallHistoryJob extends mfBaseModel
|
|
{
|
|
|
|
} |