Refactor project structure
This commit is contained in:
20
core/src/Overtime/Common/Model/EmployeeOvertimeApproval.php
Normal file
20
core/src/Overtime/Common/Model/EmployeeOvertimeApproval.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 8/19/17
|
||||
* Time: 3:15 PM
|
||||
*/
|
||||
|
||||
namespace Overtime\Common\Model;
|
||||
|
||||
class EmployeeOvertimeApproval extends EmployeeOvertime
|
||||
{
|
||||
|
||||
// @codingStandardsIgnoreStart
|
||||
public function Find($whereOrderBy, $bindarr = false, $pkeysArr = false, $extra = array())
|
||||
{
|
||||
// @codingStandardsIgnoreEnd
|
||||
return $this->findApprovals(new EmployeeOvertime(), $whereOrderBy, $bindarr, $pkeysArr, $extra);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user