mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-30 12:48:41 +00:00
Make null models final
This commit is contained in:
parent
d48447c73a
commit
a81bb1ce4c
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\News\Models
|
||||
* @package Modules\HumanResourceManagement\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -22,6 +22,6 @@ namespace Modules\HumanResourceManagement\Models;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class NullEmployee extends Employee
|
||||
final class NullEmployee extends Employee
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ namespace Modules\HumanResourceManagement\Models;
|
|||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class NullEmployeeHistory extends EmployeeHistory
|
||||
final class NullEmployeeHistory extends EmployeeHistory
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user