# fluent-boards/1.95/app/Http/Controllers/Controller.php

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

- Page: https://pluginprobe.com/plugins/fluent-boards/1.95/code/app/Http/Controllers/Controller.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.95/raw/app/Http/Controllers/Controller.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.95/code/app/Http/Controllers/Controller.php#L10-L20`.

```php
<?php

namespace FluentBoards\App\Http\Controllers;

use FluentBoards\Framework\Http\Controller as BaseController;

abstract class Controller extends BaseController
{
    //
}

```
