# fluentform/3.6.42/framework/Foundation/Facade.stub

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.42/code/framework/Foundation/Facade.stub
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.42/raw/framework/Foundation/Facade.stub
- 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.42/code/framework/Foundation/Facade.stub#L10-L20`.

```
<?php

namespace DummyNamespace;

use FluentForm\Framework\Foundation\AppFacade;

class DummyClass extends AppFacade
{
	static $key = 'DummyKey';
}

```
