# fluentform/1.2.4/storage/framework/facades/AdminNotice.php

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/storage/framework/facades/AdminNotice.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/storage/framework/facades/AdminNotice.php
- Modified: 2018-02-03T11:29:32+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/1.2.4/code/storage/framework/facades/AdminNotice.php#L10-L20`.

```php
<?php

namespace FluentForm;

use FluentForm\Framework\Foundation\AppFacade;

class AdminNotice extends AppFacade
{
	static $key = 'adminNotice';
}

```
