Models cannot be final because of NullModels

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:21:11 +01:00
parent e6746131a4
commit 777213e414

View File

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