mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-14 22:58:41 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
e6746131a4
commit
777213e414
|
|
@ -26,7 +26,7 @@ use phpOMS\Localization\Money;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Project
|
class Project
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user