Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
fluentform
/
app
/
Services
/
Integrations
:
IntegrationManager.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 { }