# fluent-booking/1.5.22/app/Hooks/includes.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 1.5.22. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/1.5.22/code/app/Hooks/includes.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/1.5.22/raw/app/Hooks/includes.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/1.5.22/code/app/Hooks/includes.php#L10-L20`.

```php
<?php

/*
 * Require any extra files here. For example::
 * require_once "shortcodes.php";
 * require_once "crontasks.php";
 */

/**
 * @var $app FluentBooking\Framework\Foundation\Application
 */

require_once FLUENT_BOOKING_DIR . 'app/Services/Integrations/integrations.php';

```
