Files
SIGE-WEB-snapshot/wp-content/plugins/fluentform/app/Services/Integrations/IntegrationManager.php

14 lines
300 B
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
{
}