Skip to content

Commit

Permalink
Update munkiinfo_model.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxudo committed Apr 4, 2023
1 parent 83f7b7c commit 24f71d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions munkiinfo_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

use CFPropertyList\CFPropertyList;

class munkiinfo_model extends \Model
class Munkiinfo_model extends \Model
{

public function __construct($serial = '')
{
parent::__construct('id', 'munkiinfo'); //primary key, tablename
$this->rs['id'] = 0;
$this->rs['id'] = "";
$this->rs['serial_number'] = $serial;
$this->rs['munkiinfo_key'] = '';
$this->rs['munkiinfo_value'] = '';
Expand Down

0 comments on commit 24f71d6

Please sign in to comment.