'integer', 'ram' => 'integer', 'disk' => 'integer', 'max_backups' => 'integer', 'allow_public_ip' => 'boolean', 'allow_iso_upload' => 'boolean', 'is_active' => 'boolean', 'whmcs_product_id' => 'integer', ]; } public function customers(): HasMany { return $this->hasMany(Customer::class, 'hosting_plan_id'); } }