# fluentform/1.2.4/app/Modules/Deactivator.php

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/app/Modules/Deactivator.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/app/Modules/Deactivator.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/1.2.4/code/app/Modules/Deactivator.php#L10-L20`.

```php
<?php

namespace FluentForm\App\Modules;

class Deactivator
{
	/**
	 * This method will be called on plugin deactivation
	 * @return void
	 */
	public function handleDeactivation()
	{
		// die(__CLASS__);
	}
}
```
