mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-27 03:08:40 +00:00
phpcbf
This commit is contained in:
parent
198605ecd3
commit
38a84bd0ad
|
|
@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract;
|
|||
use phpOMS\System\File\Directory;
|
||||
use phpOMS\Module\InfoManager;
|
||||
|
||||
|
||||
/**
|
||||
* Navigation class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@ use Modules\Admin\Models\Account;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Employee {
|
||||
class Employee
|
||||
{
|
||||
|
||||
/**
|
||||
* Employee ID.
|
||||
|
|
@ -53,7 +54,8 @@ class Employee {
|
|||
$this->account = $account;
|
||||
}
|
||||
|
||||
public function getAccount() : Account {
|
||||
public function getAccount() : Account
|
||||
{
|
||||
return $this->account;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ namespace Modules\HumanResourceManagement\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class EmployeeHistory {
|
||||
class EmployeeHistory
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user