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

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

- Page: https://pluginprobe.com/plugins/bit-form/2.9.1/code/includes/Core/Database/IntegrationModel.php
- Raw: https://pluginprobe.com/plugins/bit-form/2.9.1/raw/includes/Core/Database/IntegrationModel.php
- Modified: 2023-07-16T07:55:48+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.9.1/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';
}

```
