# fluent-support/2.1.2/app/Models/Meta.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 2.1.2. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/2.1.2/code/app/Models/Meta.php
- Raw: https://pluginprobe.com/plugins/fluent-support/2.1.2/raw/app/Models/Meta.php
- Modified: 2021-11-12T14:57:38+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-support/2.1.2/code/app/Models/Meta.php#L10-L20`.

```php
<?php

namespace FluentSupport\App\Models;

class Meta extends Model
{
    protected $table = 'fs_meta';

    protected $fillable = ['object_id', 'object_type', 'key', 'value'];
}

```
