# fluent-community/2.7.5/app/Models/DynamicModel.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 2.7.5. 15 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/2.7.5/code/app/Models/DynamicModel.php
- Raw: https://pluginprobe.com/plugins/fluent-community/2.7.5/raw/app/Models/DynamicModel.php
- Modified: 2025-02-04T16:00:50+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-community/2.7.5/code/app/Models/DynamicModel.php#L10-L20`.

```php
<?php

namespace FluentCommunity\App\Models;

class DynamicModel extends Model
{
    public function __construct($attributes = [], $table = null)
    {
        parent::__construct($attributes);
        $this->table = $table;
    }

    protected $guarded = [];
}

```
