<?php

/**
 * PluginReportTo class file
 */

/**
 * PluginReportTo
 * 
 * This class has been auto-generated by the Doctrine ORM Framework
 * 
 * @package    orangehrm
 * @subpackage model\pim\plugin
 */
abstract class PluginReportTo extends BaseReportTo
{
    const SUPERVISOR = 1;
    const SUBORDINATE = 2;
}