# fluent-support/1.10.2/app/Api/FsFunctions.php

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

- Page: https://pluginprobe.com/plugins/fluent-support/1.10.2/code/app/Api/FsFunctions.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.10.2/raw/app/Api/FsFunctions.php
- Modified: 2022-01-19T11:32:28+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/Api/FsFunctions.php#L10-L20`.

```php
<?php

use FluentSupport\App\Services\Helper;

if(!function_exists('FluentSupportApi')) {
    function FluentSupportApi($key = null)
    {
        $api = Helper::FluentSupport('api');
        return is_null($key) ? $api : $api->{$key};
    }
}

```
