File "AiController.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/app/Modules/Ai/AiController.php
File size: 188 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FluentForm\App\Modules\Ai;
/**
* Handling Ai Module.
*
* @since 6.0.0
*/
class AiController
{
public function boot()
{
new AiFormBuilder();
}
}