Models cannot be final because of NullModels

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:21:11 +01:00
parent 105a898067
commit 90dee54c9a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ use phpOMS\Localization\Money;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class Invoice implements \JsonSerializable
class Invoice implements \JsonSerializable
{
private $id = 0;

View File

@ -22,7 +22,7 @@ namespace Modules\Billing\Models;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class InvoiceElement implements \JsonSerializable
class InvoiceElement implements \JsonSerializable
{
private $id = 0;