Models cannot be final because of NullModels

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:21:11 +01:00
parent 98e94c42e3
commit c75fb33452

View File

@ -24,7 +24,7 @@ use Modules\Media\Models\Media;
* @link http://website.orange-management.de
* @since 1.0.0
*/
final class Item
class Item
{
private $id = 0;