index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
fluentform
/
app
/
Services
/
Integrations
/
File: /home/thefkyzp/www/wp-content/plugins/fluentform/app/Services/Integrations/IntegrationManager.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 { }