Models cannot be final because of NullModels

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:21:11 +01:00
parent a62147d37a
commit 6c181c5802
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ use Modules\Admin\Models\Account;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class Employee
class Employee
{
/**

View File

@ -22,7 +22,7 @@ namespace Modules\HumanResourceManagement\Models;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class EmployeeHistory
class EmployeeHistory
{
}

View File

@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\DatabaseType;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class StaffList
class StaffList
{
/**