mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-17 12:48:42 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
98e94c42e3
commit
c75fb33452
|
|
@ -24,7 +24,7 @@ use Modules\Media\Models\Media;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Item
|
class Item
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user