# fluent-boards/1.21/vendor/composer/autoload_psr4.php

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

- Page: https://pluginprobe.com/plugins/fluent-boards/1.21/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.21/raw/vendor/composer/autoload_psr4.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.21/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'WPFluent\\' => array($vendorDir . '/wpfluent/framework/src/WPFluent'),
    'FluentBoards\\Framework\\' => array($vendorDir . '/wpfluent/framework/src/WPFluent'),
    'FluentBoards\\App\\' => array($baseDir . '/app'),
);

```
