mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-01 10:18:42 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
02390974da
commit
b1421543ce
|
|
@ -22,7 +22,7 @@ namespace Modules\Comments\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
final class Comment
|
||||
class Comment
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Comments\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
final class CommentList
|
||||
class CommentList
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user