Files
portal-legacy/lib/model/DevicesFailed.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

13 lines
166 B
PHP
Executable File

<?php
/**
* Subclass for representing a row from the 'devices_failed' table.
*
*
*
* @package lib.model
*/
class DevicesFailed extends BaseDevicesFailed
{
}