mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
13 lines
207 B
PHP
Executable File
13 lines
207 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'unprocessed_devices' table.
|
|
*
|
|
*
|
|
*
|
|
* @package lib.model
|
|
*/
|
|
class UnprocessedDevicesPeer extends BaseUnprocessedDevicesPeer
|
|
{
|
|
}
|