Models cannot be final because of NullModels

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:21:11 +01:00
parent 8643466dfa
commit 8d6fee6e48

View File

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