Merge branch 'feature-4190/Cronjobs_log_in_database'

This commit is contained in:
Andreas Österreicher
2019-10-02 14:29:53 +02:00
15 changed files with 655 additions and 39 deletions
@@ -1,13 +1,14 @@
<?php
class Webservicelog_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'system.tbl_webservicelog';
$this->pk = 'webservicelog_id';
}