File "IntegrationManager.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Services/Integrations/IntegrationManager.php
File size: 300 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
{
}