Merge pull request #12558 from inietov/fixes/non_numeric_value_in_license_seat

Fixed ErrorException: A non-numeric value encountered in app/Models/License [sc-20187]
This commit is contained in:
snipe 2023-02-24 00:29:26 -08:00 committed by GitHub
commit bd0b00e361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ class License extends Depreciable
'purchase_date' => 'datetime',
'expiration_date' => 'datetime',
'termination_date' => 'datetime',
'seats' => 'integer',
'category_id' => 'integer',
'company_id' => 'integer',
];