# fluentform/6.2.4/app/Services/Integrations/IntegrationManager.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.4. 14 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.4/code/app/Services/Integrations/IntegrationManager.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.4/raw/app/Services/Integrations/IntegrationManager.php
- Modified: 2023-06-22T15:10:22+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/fluentform/6.2.4/code/app/Services/Integrations/IntegrationManager.php#L10-L20`.

```php
<?php

namespace FluentForm\App\Services\Integrations;

use FluentForm\App\Http\Controllers\IntegrationManagerController;

/**
 * @deprecated deprecated use  FluentForm\App\Http\Controllers\IntegrationManagerController;
 */
abstract class IntegrationManager extends IntegrationManagerController
{

}

```
