mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
13 lines
192 B
PHP
13 lines
192 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* Subclass for performing query and update operations on the 'device_checkup' table.
|
||
|
*
|
||
|
*
|
||
|
*
|
||
|
* @package lib.model
|
||
|
*/
|
||
|
class DeviceCheckupPeer extends BaseDeviceCheckupPeer
|
||
|
{
|
||
|
}
|