# fluentform/3.6.41/storage/framework/facades/App.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.41. 11 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.41/code/storage/framework/facades/App.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.41/raw/storage/framework/facades/App.php
- Modified: 2017-12-29T16:40:50+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/fluentform/3.6.41/code/storage/framework/facades/App.php#L10-L20`.

```php
<?php

namespace FluentForm;

use FluentForm\Framework\Foundation\AppFacade;

class App extends AppFacade
{
	static $key = 'app';
}

```
