# fluent-community/1.0.97/app/Models/Space.php

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

- Page: https://pluginprobe.com/plugins/fluent-community/1.0.97/code/app/Models/Space.php
- Raw: https://pluginprobe.com/plugins/fluent-community/1.0.97/raw/app/Models/Space.php
- Modified: 2024-11-07T12:38:44+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/1.0.97/code/app/Models/Space.php#L10-L20`.

```php
<?php

namespace FluentCommunity\App\Models;

/**
 *  Space Model - DB Model for Individual Space
 *
 *  Database Model
 *
 * @package FluentCrm\App\Models
 *
 * @version 1.1.0
 */
class Space extends BaseSpace
{
    protected static $type = 'community';
}

```
