diff --git a/app/Models/License.php b/app/Models/License.php index b715adf180..94263ee0d8 100755 --- a/app/Models/License.php +++ b/app/Models/License.php @@ -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', ];