# fluent-booking/2.1.1/database/DBSeeder.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.1.1. 12 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.1.1/code/database/DBSeeder.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.1.1/raw/database/DBSeeder.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/2.1.1/code/database/DBSeeder.php#L10-L20`.

```php
<?php

namespace FluentBooking\Database;

class DBSeeder
{
    public static function run()
    {
        
    }
}

```
