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

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

- Page: https://pluginprobe.com/plugins/fluentform/4.3.17/code/storage/framework/facades/AdminNotice.php
- Raw: https://pluginprobe.com/plugins/fluentform/4.3.17/raw/storage/framework/facades/AdminNotice.php
- Modified: 2022-10-18T12:22:58+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/4.3.17/code/storage/framework/facades/AdminNotice.php#L10-L20`.

```php
<?php

namespace FluentForm;

use FluentForm\Framework\Foundation\AppFacade;

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

```
