# fluent-boards/1.20/app/Api/config.php

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

- Page: https://pluginprobe.com/plugins/fluent-boards/1.20/code/app/Api/config.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.20/raw/app/Api/config.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.20/code/app/Api/config.php#L10-L20`.

```php
<?php

// Register the classes to make available for the developers
// The key will be used to access the class, for example:
// FluentBoardsApi('boards') or FluentBoardsApi->boards

return [
    'boards'      => 'FluentBoards\App\Api\Classes\Boards',
    'tasks'      => 'FluentBoards\App\Api\Classes\Tasks',
];

```
