mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 23:38:41 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
dc9a5a597d
commit
b90f14c690
|
|
@ -22,7 +22,7 @@ namespace Modules\Profile\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ContactElement
|
class ContactElement
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@ namespace Modules\Profile\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullProfile extends Profile
|
class NullProfile extends Profile
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ use phpOMS\Stdlib\Base\Location;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Profile
|
class Profile
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Id.
|
* Id.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user