mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
8643466dfa
commit
8d6fee6e48
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user