| @@ -4,14 +4,10 @@ | ||
| 4 | 4 | |
| 5 | 5 | use FluentSupport\App\Models\Customer; |
| 6 | 6 | use FluentSupport\App\Models\Conversation; |
| 7 | 7 | use FluentSupport\App\Models\Ticket; |
| 8 | -use FluentSupport\Framework\Request\Request; | |
| 8 | +use FluentSupport\Framework\Http\Request\Request; | |
| 9 | 9 | use FluentSupport\Framework\Support\Arr; |
| 10 | 10 | |
| 11 | 11 | class ConversationController extends Controller |
| 12 | 12 | { |
| 13 | - public function createCustomerReply(Request $request, $ticketId) | |
| 14 | - { | |
| 15 | - | |
| 16 | - } | |
| 17 | 13 | } |