# fluent-booking/trunk/app/Http/Controllers/Controller.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/trunk/code/app/Http/Controllers/Controller.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/trunk/raw/app/Http/Controllers/Controller.php
- Modified: 2024-07-16T14:25:14+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-booking/trunk/code/app/Http/Controllers/Controller.php#L10-L20`.

```php
<?php

namespace FluentBooking\App\Http\Controllers;

use FluentBooking\Framework\Http\Controller as BaseController;

abstract class Controller extends BaseController
{
    // 
}

```
