# bit-form/2.21.4/includes/Core/Database/IntegrationModel.php

Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator &amp; Custom Form Builder, version 2.21.4. 17 lines.

- Page: https://pluginprobe.com/plugins/bit-form/2.21.4/code/includes/Core/Database/IntegrationModel.php
- Raw: https://pluginprobe.com/plugins/bit-form/2.21.4/raw/includes/Core/Database/IntegrationModel.php
- Modified: 2025-08-26T09:29:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bit-form/2.21.4/code/includes/Core/Database/IntegrationModel.php#L10-L20`.

```php
<?php

/**
 * Provides Base Model Class
 */

namespace BitCode\BitForm\Core\Database;

/**
 * Undocumented class
 */

class IntegrationModel extends Model
{
  protected static $table = 'bitforms_integration';
}

```
