# fluent-boards/1.13/app/Models/Model.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 1.13. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/1.13/code/app/Models/Model.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.13/raw/app/Models/Model.php
- Modified: 2024-05-31T06:41:46+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-boards/1.13/code/app/Models/Model.php#L10-L20`.

```php
<?php

namespace FluentBoards\App\Models;

use FluentBoards\Framework\Database\Orm\Model as BaseModel;
class Model extends BaseModel
{
    protected $guarded = ['id', 'ID'];

}

```
