# yatra/3.0.2.9/app/Database/Tables/LegacyTourDatesTable.php

Yatra – Travel Booking &amp; Tour Operator Software, version 3.0.2.9. 14 lines.

- Page: https://pluginprobe.com/plugins/yatra/3.0.2.9/code/app/Database/Tables/LegacyTourDatesTable.php
- Raw: https://pluginprobe.com/plugins/yatra/3.0.2.9/raw/app/Database/Tables/LegacyTourDatesTable.php
- Modified: 2026-04-14T03:47:24+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/yatra/3.0.2.9/code/app/Database/Tables/LegacyTourDatesTable.php#L10-L20`.

```php
<?php

namespace Yatra\Database\Tables;

class LegacyTourDatesTable extends BaseTable
{
    protected static string $table = 'yatra_tour_dates';

    public static function getSchema(): string
    {
        return '';
    }
}

```
