# fluent-support/1.10.2/app/Hooks/includes.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.10.2. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.10.2/code/app/Hooks/includes.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.10.2/raw/app/Hooks/includes.php
- Modified: 2025-10-31T20:04:08+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/fluent-support/1.10.2/code/app/Hooks/includes.php#L10-L20`.

```php
<?php
defined('ABSPATH') or die;
/**
 * @var $app FluentSupport\Framework\Foundation\Application
 */

require_once $app->basePath . 'app/Api/FsFunctions.php';

$app->singleton('FluentSupport\App\Api\Api', function ($app) {
    return new FluentSupport\App\Api\Api($app);
});

$app->alias('FluentSupport\App\Api\Api', 'api');

```
