# fluent-support/trunk/app/Http/Controllers/ConversationController.php

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

- Page: https://pluginprobe.com/plugins/fluent-support/trunk/code/app/Http/Controllers/ConversationController.php
- Raw: https://pluginprobe.com/plugins/fluent-support/trunk/raw/app/Http/Controllers/ConversationController.php
- Modified: 2026-04-09T13:48:06+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/trunk/code/app/Http/Controllers/ConversationController.php#L10-L20`.

```php
<?php

namespace FluentSupport\App\Http\Controllers;

use FluentSupport\App\Models\Customer;
use FluentSupport\App\Models\Conversation;
use FluentSupport\App\Models\Ticket;
use FluentSupport\Framework\Http\Request\Request;
use FluentSupport\Framework\Support\Arr;

class ConversationController extends Controller
{
}

```
