Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:08:49 +00:00
parent 6abc17dc55
commit e972173a1d
2 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,6 @@ namespace Modules\HumanResourceManagement\Models;
use Modules\Media\Models\MediaMapper;
use Modules\Profile\Models\ProfileMapper;
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
use phpOMS\DataStorage\Database\Mapper\ReadMapper;
/**
* Employe mapper class.

View File

@ -16,11 +16,11 @@ use Modules\HumanResourceManagement\Models\NullEmployeeHistory;
use Modules\Media\Models\NullMedia;
use phpOMS\Uri\UriFactory;
$employee = $this->getData('employee');
$history = $employee->getHistory();
$employee = $this->getData('employee');
$history = $employee->getHistory();
$educationHistory = $employee->getEducationHistory();
$workHistory = $employee->getWorkHistory();
$recentHistory = $employee->getNewestHistory();
$workHistory = $employee->getWorkHistory();
$recentHistory = $employee->getNewestHistory();
echo $this->getData('nav')->render(); ?>