Bug fixes

This commit is contained in:
Dennis Eichhorn 2016-04-22 15:19:14 +02:00
parent 9dc70af48b
commit b3419e0222
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
use phpOMS\Views\View;
use phpOMS\Views\ViewLayout;
use Modules\HumanResourceManagement\Models\EmployeeMapper;
/**
* Human Resources controller class.

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
namespace Modules\Admin\Models;
namespace Modules\HumanResourceManagement\Models;
use phpOMS\DataStorage\Database\DataMapperAbstract;
@ -24,7 +24,7 @@ class EmployeeMapper
* Columns.
*
* @var array<string, array>
* @since 1.0.0
* @since 1.0.k
*/
protected static $columns = [
'hr_staff_id' => ['name' => 'hr_staff_id', 'type' => 'int', 'internal' => 'id'],