# fluent-community/1.0.97/app/App.php

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

- Page: https://pluginprobe.com/plugins/fluent-community/1.0.97/code/app/App.php
- Raw: https://pluginprobe.com/plugins/fluent-community/1.0.97/raw/app/App.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/App.php#L10-L20`.

```php
<?php

namespace FluentCommunity\App;

use FluentCommunity\Framework\Foundation\App as AppFacade;

class App extends AppFacade
{
    // ...
}

```
